header {
    background-color: #c3b1bf;
	max-width:600px;
	margin:auto;
    margin-bottom: 7px; 
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 4px solid black ;
    border-right: 6px solid black;
    border-radius: 8px;
	height: 15vh;
	text-decoration: underline;
	text-align: center;
	}

nav {
    background-color: #c3b1bf;
	max-width:600px;
	margin: auto; 
    margin-bottom: 7px; 
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 4px solid black ;
    border-right: 6px solid black;
    border-radius: 8px;
    text-align: center;
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    }



main {
    background-color: #c3b1bf;
	max-width:600px;
	margin:auto;
    margin-bottom: 7px; 
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-bottom: 4px solid black ;
    border-right: 6px solid black;
    border-radius: 8px;
    text-align: center;
    font-family: Lucida Handwriting;
    }

ul {
    list-style-position: inside;
    padding-right: 30px;
    }

img {
    transition: 0.5s;
    height: 300px;
    border: 3px solid black;
    border-radius: 5px;
    }

 footer {
    background-color: #c3b1bf;
    max-width: 600px;
    margin:auto;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-bottom: 4px solid black ;
    border-right: 6px solid black;
    border-radius: 8px;
    text-align: center;
    font-size: 10px;
    }

.google-map {
    margin: 5px;
    padding-bottom: 50%;
    position: relative;
    }

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 5px;
    }

 @media screen and (max-width: 450px) {  
    header { 
        height: 10vh;
        }
    img{
        height:200px ;
        margin-top: 30px;
        } 
    a {
        padding-right: 10px ;
        padding-left: 10px;
        }
    main{
        height: 70vh ;
        }
    .fix {
        padding-top: 15px;
        
        }
    }