.poetsen-one-regular {
  font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body{
    background-image: url('https://images.pexels.com/photos/3075993/pexels-photo-3075993.jpeg?cs=srgb&dl=pexels-sanaan-3075993.jpg&fm=jpg');
    background-size: cover;
}
.logo{
 width: 75px;
 height: 75px;
 border-radius: 50px;
}
.music{
    display:none;
}
.click{
    height:100%;
    background-color:black;
    position:absolute;
    width:100%;
    z-index:12;
    align-items:center;
    align-content:center;
}
h2{
    color:white;
    font-family: "Poetsen One";
    align-self: center;
}
.video{
    display:none;
}
h3{
    color:white;
    align-self:center;
    align-items:center;
    align-content:center;
    position:absolute;
}
.click{
    align-items:center;
    align-content:center;
    width:100%
}
h1{
    color: white;
    font-family: "Poetsen One";
}
p{
    font-family: "Poetsen One";
}
.center{
  border-radius:20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background-color: rgba(80, 233, 20, 0.3);
  background-color: rgba(80, 233, 20)100%;
  height: 45%;
  width: 50%;
  font-family: "Poetsen One";
}
.below-center{
     display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;      
  margin-top: 20px;
}
.muteButton{
    height:3%;
     position: fixed;
        background: none;
        border: 5px solid transparent;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px;
        transition: transform 0.3s;
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.Github{
    height:15%;
}
.Steam{
    height:15%;
}
.rain{
    position: absolute;
    top: 0;
    Left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}
.drop{
    position: absolute;
    bottom: 100%;
    width: 2px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
    animation: fall ease-out infinite;
}
@keyframes fall{
    to{
        transform: translateY(100vh);
    }
}
.drop:nth-child(1) { Left: 5%; animation-duration: 1s;}
.drop:nth-child(2) { Left: 15%; animation-duration: 1.2s;}
.drop:nth-child(3) { Left: 25%; animation-duration: 0.8s;}
.drop:nth-child(4) { Left: 35%; animation-duration: 1.5s;}
.drop:nth-child(5) { Left: 45%; animation-duration: 1.1s;}
.drop:nth-child(6) { Left: 55%; animation-duration: 0.9s;}
.drop:nth-child(7) { Left: 65%; animation-duration: 1.3s;}
.drop:nth-child(8) { Left: 75%; animation-duration: 1.6s;}
.drop:nth-child(9) { Left: 85%; animation-duration: 1.4s;}
.drop:nth-child(10) { Left: 95%; animation-duration: 1s;}
.drop:nth-child(11) { Left: 100%; animation-duration: 1.2s;}
.drop:nth-child(12) { Left: 25%; animation-duration: 0.8s;}
.drop:nth-child(13) { Left: 35%; animation-duration: 1.5s;}
.drop:nth-child(14) { Left: 45%; animation-duration: 1.1s;}
.drop:nth-child(15) { Left: 55%; animation-duration: 0.9s;}
.drop:nth-child(16) { Left: 65%; animation-duration: 1.3s;}
.drop:nth-child(17) { Left: 75%; animation-duration: 1.6s;}
.drop:nth-child(18) { Left: 85%; animation-duration: 1.4s;}