*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.navbar{
    width: 100%;
    cursor: pointer;
}
.header-back{
    background-color: rgb(255, 234, 181);
    width: 100%;
    height: 90vh;
    margin-top: -10px;
}
.header{
         margin-top: -780px ;
         margin-left: 850px;
         width: 700px;
}
h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: -500px;
    margin-left: 400px;
    font-size: 45px;
}
a{
     color: black;
    margin-left: 400px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: relative;
    top: 40px;
    font-weight: 100;
    font-size: 18px;
}
.hero-section{
    margin-top: 300px;
    width: 100%;
    cursor: pointer;
}
.one{
    margin-left: 100px;
    cursor: pointer;
}
.two{
    cursor: pointer;
    margin-top: -120px;
    width: 100%;
}
.three{
      cursor: pointer;
    margin-top: -120px;
    width: 100%;
}
.four{
      cursor: pointer;
    margin-top: -30px;
    width: 100%;
}
.five{
      cursor: pointer;
    width: 100%;
}
h2{
    text-align: center;
    font-size: 32px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-top: -50px;
}