*{
    padding: 0px;
    margin: 0px;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);

}
header{
    background-color: rgb(212, 177, 0);
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-spacing: 10px;
}
header li {
    display: inline-block;
  }
header a{
    font-size: 20px;
    color: white;
    text-decoration: none;
}
header a:hover{
    color: rgb(244, 214, 154);
}
main{
    max-width: 750px;
    margin: 0 auto;
    margin-top: 80px;
}
h1{
    font-size: 30px;
    
}
h3{
    font-size: 22px;
    color: rgb(212, 177, 0);
}

h4{
    font-size: 22px;
    color: rgb(212, 177, 0);
}

h5{
    font-size: 22px;
    color: rgb(212, 177, 0);
}

p{
    font-size: 17px;

}
footer{
    height: 80px;
    background-color:rgb(212, 177, 0) ;
    color: white;
    margin-top: 80px;
}
