@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed&display=swap');


@media screen and (max-width: 480px) {
  html { 
    
    background-color: rgb(26, 24, 23)

  }

  button {
    background-color: #da2f4b; 
    border: none;
    color: white;
    padding: 5px 43px 5px 43px;
    text-align: center;
    font-size: 16px;
    font-family: 'Bebas Neue', cursive;
    margin-right: 5px;
    
    
    

    border-radius: 38px 38px 38px 38px;
-moz-border-radius: 38px 38px 38px 38px;
-webkit-border-radius: 38px 38px 38px 38px;
border: 0px solid #000000;

-webkit-box-shadow: 0px 0px 19px 11px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 19px 11px rgba(0,0,0,0.57);
box-shadow: 0px 0px 19px 11px rgba(0,0,0,0.57);
  }



.bottom {
  position: absolute;
  bottom: 25rem;
  left: 0;
  right: 0;
  text-align: center;
}

.bot {
  position: absolute;
  bottom: 22rem;
  left: 0;
  right: 0;
  text-align: center;
}

body {
  margin: 0px;
  background: url('images/1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;

  animation: fadeInAnimation ease 3s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
        
}

@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}





}



@media screen and (min-width: 481px) and (max-width: 900px) {
  html {
    background-color: black;
  }

  body {
    
    margin: 0px;

    background: url('images/stop.png');
    background-repeat: no-repeat;
    background-size: 100% 110%;

    animation: fadeInAnimation ease 3s;
              animation-iteration-count: 1;
              animation-fill-mode: forwards;


    

              
          
  }

  .bottom {
    display: none;
  }


}




@media screen and (min-width: 901px) {
  html {
     
    background-color: rgb(26, 24, 23)
  }
  button {
    background-color: #da2f4b; 
    border: none;
    color: white;
    padding: 5px 100px 5px 100px;
    text-align: center;
    font-size: 28px;
    font-family: 'Bebas Neue', cursive;
    margin-right: 2rem;
    
    

    border-radius: 38px 38px 38px 38px;
-moz-border-radius: 38px 38px 38px 38px;
-webkit-border-radius: 38px 38px 38px 38px;
border: 0px solid #000000;

-webkit-box-shadow: 0px 0px 19px 11px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 19px 11px rgba(0,0,0,0.57);
box-shadow: 0px 0px 19px 11px rgba(0,0,0,0.57);


  }

  .bottom {
    position: absolute;
    bottom: 8rem;
    margin-left: 5rem;
    
    text-align: center;
  }
  
  .bot {
    position: absolute;
    bottom: 8rem;
    margin-left: 22rem;
    
    text-align: center;
  }
  

  body {
    
    margin: 0px;

    background: url('images/one.png');
    background-repeat: no-repeat;
    background-size: 100% 110%;

    animation: fadeInAnimation ease 3s;
              animation-iteration-count: 1;
              animation-fill-mode: forwards;

              
          
  }
  
  @keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
  }
}
html { 
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;  
}