html, body{
    background-color: #16498A;
    margin: 0px;
    overflow-x: hidden;
    padding: 0;
}


#header{
    display:flex;
    justify-content: space-between;
    background-color: #5995B7;
    padding-top: 30px;
    font-family: "Titan One", sans-serif;
  font-weight: 150;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;

}


h1{
    color: #FFDB25;
}

#section1 {
    position: relative;
}


#img1 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: auto;
    width: 100%; 
    height: auto;
}

.overlay-text {
    color:#FFFFFF;
    font-family: "K2D",sans-serif;
    align-items: center;
    position: absolute;
    bottom: 93%;
    left: 50%;
    transform: translate(-50%,-50%)
    
}

.overlay-text2{
    color:#A80201;
    font-family: "K2D", sans-serif;
    font-size: 9vw;
    position: absolute;
    bottom: 30%;
    left: 25%;
    transform: translate(-50%,-0%)

}

.overlay-text3{
    color:#FFFFFF;
    font-family: "Just Me Again Down Here", sans-serif;
    font-size: 4vw;
    position: absolute;
    bottom: 25%;
    left: 70%;
    transform: translate(-50%,-50%)

}

#bottom{
    text-align: center;
    margin-top: 20px
}

.shop-btn{
    display: inline-block;
    background-color:#FFDB25;
    color:#FFFFFF;
    font-family: "Tilt Warp", sans-serif;
    font-size: 36px;
    padding: 20px 60px;
    border-radius: 60px;
    text-decoration: none;
    position: relative;
    top: -70px;
}

.shop-btn:hover{
    background-color: #e6c000;
    transform: scale(1.05)
}

.stars{
    width:200px;
    height: auto;
}

#section2 {
     position: relative; 
    overflow: visible;
 } 

#img2{
     position: absolute;
      
        width: 800; 
        bottom: -600px;
    } 

.sec2text1{ 
    color:#FFFFFF; 
    font-family: "Tilt Warp", sans-serif;
     font-size: 5vw; 
     position:absolute;
      left: 800px;
     }



 .sec2text2{ 
    color:#FFFFFF; 
    font-family: "Tilt Warp", sans-serif; 
    font-size: 4vw; 
    position:absolute; 
    left: 800px;
     top: 200px;
 }


.more-btn{
    display: inline-block;
    background-color:#FFDB25;
    color:#FFFFFF;
    font-family: "Tilt Warp", sans-serif;
     font-size: 36px;
    padding: 20px 60px;
    border-radius: 60px;
    text-decoration: none;
    position: absolute; 
    top: 500px;
     left: 800px;
    
}

.more-btn:hover{
    background-color: #e6c000;
    transform: scale(1.05)
}


#section3{
    justify-content: center;
    margin-top: 600px;
}

#bar1{
    display:flex;
    justify-content: space-between;
    background-color: #5995B7;
    padding-top: 30px;
    width: 100%;
    height: 90px;
    font-family:"Tilt Warp", sans-serif;
}

h2{
    color:#FFFFFF;
    font-size: 350%;
}

#pic2{
    text-align: center;
    margin-top: 0;
}

#pic2 img{
    display:block;
    width:100%;
    height: 100%;
}

#bar2{
    display:flex;
    justify-content: space-between;
    background-color: #5995B7;
    padding-top: 30px;
    width: 100%;
    height: 90px;
    font-family:"Tilt Warp", sans-serif;
    margin-top: 0;
}

#finalbutt{
    display:flex;
    justify-content: center;
    margin-top: 20px;
}


.search-btn{
    display: inline-block;
    background-color:#FFDB25;
    color:#FFFFFF;
    font-family: "Tilt Warp", sans-serif;
     font-size: 36px;
    padding: 20px 60px;
    border-radius: 60px;
    text-decoration: none;
    position: relative;
}

.search-btn:hover{
    background-color: #e6c000;
    transform: scale(1.05)
}