body{
background-image: url("abg.png");
background-size: cover;
background-repeat: no-repeat;
margin: 0;
min-height: 100vh;
font-family: Verdana, sans-serif;
}

#header{
width: 100%;
max-width: 1382px;
height: 104px;
margin-left: 22px;
margin-bottom: 80px;
}

.logo{
width: 326px;
height: 105px;
background-image:url("logo.png");
background-size: cover;
float: left;
}

ul{
    float: right;
	list-style-type:none;
    margin-top: 30px;
}

li{
    position: relative;
	display:inline-block; 
    padding:2px 10px;
	text-align:center;
}

.nav{ 
    color: black;
    font-size: 20px;
    text-decoration:none;
}
.nav:hover{
    color: #EBB528;
}
.current{
    border-bottom:solid 3px black;
}

#container{
    margin-left: 150px;
    width: 542px;
    height: 534px;
    background-color: #F4B183;
    border-radius: 46px;    
    border: 1px solid #fff7e0;
}

h1{
    color: white;
}

p{
    line-height: 1.7;
}