/*
primary color:443627
secondary color:EFDCAB    
body background color:F2F6D0
doo doo color :D98324
*/
body {
    background-color:#F8F3D9;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif ;
}
header {
    width: 100%;
    display: flex;   
    justify-content: space-around;
    align-items: center;
    border-bottom: 3px solid #C1BAA1;
}
.logo img {
    width: 200px;
    height: 200px;
    padding: 0px 100px;
}
nav ul {
    list-style-type: none;
    display: flex;
    padding: 1px 10px;
}
nav ul li {
    margin-right: 20px;
}
nav ul li a {
    text-decoration: none;
    color: #443627;
}
nav ul li a:hover {
    color:#EFDCAB ;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #B17457;
    background-color: #D8D2C2;
    border-radius: 1px 1;
}
#about {
    background-image: url(asset/Welcome!.png);
    background-position: right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    height: 75vh;
    padding: 40px;
    background-color: #f0f1f7;
  }
  #about h2 {
    margin-top: 50px;
    width: 50%;
    padding-left: 40px;
  }
  #about p {
    width: 50%;
    padding-left: 40px;
    line-height: 1.7em;
  }
  