*{
    margin: 0;
    padding: 0;
    overflow: hidden; 
     box-sizing:border-box;
}

.loader{
    position: fixed;
    z-index: 99;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: #fcde67;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader.hidden{
    animation: fadeout 7s;
    animation-fill-mode: forwards;
}

@keyframes fadeout{
    100%{
       opacity: 0;
       visibility: hidden;
    }
}

.sight{
    position: fixed;
    z-index: 20;
    top: 115px; left: 248px;
    width: 70%;
    height: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
    font-family: 'Balthazar', serif;
    font-size: 17px;
}
.sight div{
    margin: 2px;
}
.lyrics{
    margin: 5px;
}
#title{
    background-color: white;
    color: black;
}
.main{
    scroll-behavior: smooth;
}

body{
    background-color: #fcde67;
    background-color: #fcde67e0;
}

nav{
background-color: black;
text-align: center;
position: sticky;
}

nav img{
    height: 100px;
    width: 200px;
}

#blind{
    background-color: white;
    border-radius: 30px;
    width: 47px;
    height: 50px;
}
nav div{
    color: white;
    position: absolute;
    right: -330px;
    top: 40px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: revolve 7s ease-in 5s infinite alternate forwards;
}

@keyframes revolve {

    0%{
        right: -330px;
    }

    30%{
        right: -330px;
    }

    90%{
        right: 10px;
    }

    100%{
        right: 10px;
    }
    
}
aside{
    position: fixed;
    border: 2px solid black;
    width: 15%;
    height: 77%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}
aside a{
    text-decoration: none;
    color: black;
}
aside div{
    padding: 15px 10px ;
    margin: 0px 26px;
    font-size: 25px;
    font-family: 'Balthazar', serif;
}

aside div:hover{
    border-bottom: 2px solid rgb(219, 10, 10);
    color: rgb(219, 10, 10);
}

aside a:hover{
    color: rgb(219, 10, 10);
}

.main{
    border: 2px solid black;
    width: 85%;
    height: 77%;
    position: fixed;
    right: 0;
    overflow-y: scroll;
}

footer{
    /* background-color: #5bccf6; */
    background-color: #347891;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    font-family: 'Source Serif Pro', serif;
}

footer img{
    height: 80px;
    width: 140px;
    margin: 5px 30px;
    background-color: black;
    border-radius: 50px;
    margin-right: 352px;
}

footer button a{
text-decoration: none;
color: #fcde67;

}
footer button,#suggest button{
    padding: 7px 10px;
    font-size: 20px;
    background-color: black;
    color: #fcde67;
    border-radius: 20px;
    margin: 0px 5px;
    font-family: 'Balthazar', serif;
}

footer button a:hover,footer button:hover, #suggest button:hover{
    background-color: rgb(182, 40, 163);
    background-color: rgb(182, 26, 26);
    color: white;
}

footer div{
background-color: black;
color: #fcde67;
padding: 8px 11px;
border-radius: 20px;
width: 250px;
text-align: center;
font-size: 20px;
margin-left: 400px;
}

.first img,.second img{
width: 210px;
border-radius: 15px;
height: 300px;
/* border: 1px solid black; */
}

.meme img{
    width: 420px;
    height: 300px;
    border: 1px solid black; 
}
.first{
    display: flex;
    /* border: 2px solid black; */
    width: 1160px;
    justify-content:space-around;
    align-items: center;
    height: 390px;
}

.hello{
    width: 600px;
    text-align: center;
}


.second{
    display: flex;
    /* border: 2px solid black; */
    width: 880px;
    justify-content:space-around;
    align-items: center;
    position: relative;
    left: 30px;
}
.second>img{
    margin-right: 50px;
    width: 350px;
    border: 1px solid black;
}
#home{
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    /* border: 2px solid black; */
    height: 650px;
}

.text{
    width: 60%;
    font-size: 20px;
    animation: show 5s ease-in 0s 2 forwards;
}

@keyframes show {

    from{
        opacity:0;
    }

    to{
        opacity: 1;
    }
    
}

.text img{
    width: 460px;
}
.text {
    position: relative;
    text-align: center;
    color: white;
    font-family: 'Source Serif Pro', serif;
  }

  .centered {
    position: absolute;
    top: 46%;
    left: 54%;
    transform: translate(-59%, -70%);
    text-align: center;
  }

  #suggest{
height: 900px;
padding: 20px;
/* border: 2px solid black; */
/* text-align: center; */
margin: 10px 0px;
display: flex;
flex-direction: column;
justify-content: center;
  }

  #suggest h1{
      background-color: #347891;
      padding: 20px 0px;
      text-align: center;
      font-size: 40px;
      color: white;
      font-family: 'Playfair Display', serif;

  }

  .satisfy h4{
      padding: 5px 0px;
      font-size: 26px;
      background-color: white;
      color: #1a5368;
      text-align: center;
      border-radius: 30px;
      font-family: 'Playfair Display', serif;

  }
  .random,.type,.part{
      display: flex;
      /* border: 2px solid black; */
      justify-content:space-between;
      align-items: center;
      padding: 35px 0px;
      margin: 12px 0px;
  }

  .part div,.type div,.random div{
    width: 620px;
  }

  .random h2,.type h2,.part h2{
      color: maroon;
      font-size: 29px;
  }

  .random h3,.type h3,.part h3{
    width: 305px;
    font-size: 30px;
    font-family: 'Balthazar', serif;
}

  .random span,.type span,.part span{
      font-size: 20px;
      font-family: 'Balthazar', serif;
  }

  label{
      font-size: 20px;
      font-weight: lighter;
  }

