body{
    background-color: #F1ECE5;
}

nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    color: #545454;
    padding: 0 40px;
    border-bottom: 2px solid #5454549b;
    margin: 0 60px;
}

nav a{
    text-decoration: none;
    color: #545454;
    font-weight: normal;
    font-size: 18px;
    font-family: "Poppins", sans-serif;

}

nav h1{
    margin: 0 40px;
    font-size: 36px;
  font-family: "Bebas Neue", sans-serif;
}

main {
    text-align: center;
    color: #BD9E89;
}

section {
    padding: 60px 0 0 0;
}
