.box{

  width: 700px ;
  height: 700px;;
  justify-self: center;
  background: none;
  
  box-shadow: rgb(255, 255, 255) 5px 5px;
  margin-top: 50px;
  
  border-radius: 0px 0px 5px 0px;
  }
  
  .box h1{
   justify-self: center;
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 100;
  font-size: 60px;
  
  
  border-radius: 5px 5px 0 0;
  width: 100%;
  text-align: center;
  text-shadow: 2px 0 black, -2px 0 black, 0 2px black, 0 -2px black;
  
  }
  .ss1{
    justify-self: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
   color: white;
   font-weight: 800;
   font-size: 60px;
   margin: 0;
   background-color: rgb(0, 0, 0);
   border-radius: 5px 5px 0 0;
   width: 100%;
   text-align: center;
   
   }
  
  .box form input{
      border-radius: 10px;
      outline: none;
      border: none;
  display: flex;
  font-size: 30px;
  width: 300px;
  height: 50px;
  justify-self: center;
  
  }
  .box2{
  text-align: start;
  justify-items: start;
  
  justify-self: start;
  margin-left: 75px;
      
  }
  
  .box2 h2{
      margin-bottom: 5px;
    font-weight: 900;
    color: white;
    -webkit-text-stroke: 2px black;
    font-size: 50px;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  }
  
  .box2 h3{
      margin: 1px;
      font-weight: 400;
      font-size: 30px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
  
    .box2 h4{
      margin: 10px;
      font-weight: 500;
      font-size: 20px;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    .box2 p{
      margin-left: 15px;
      font-weight: 100;
      font-size: 15px;
  
      word-wrap: break-word;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
  
    .audio{
    
  justify-self: center;
     
  
  margin-top: 50px;
    }
  
  
    button{
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      border-radius: 10px;
    width: 100px;
    height: 30px;
    justify-content: center;
    align-content: center;
    background: none;
      border: 2px solid rgb(255, 255, 255);
      justify-self: center;
      display: flex;
      margin-top: 20px;
      padding-top: 5px;
      font-weight: 200;
      color: rgb(255, 255, 255);
    }
    button:hover{
     background-color: black;
     color: white;
    }
  
    .unavailable{
      
         justify-self: center;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    }
    .error{
  
      width: 500px;
      height: 50px;
      border-radius: 20px;
      margin-top: 20px;
      display: flex;
      justify-self: center;
      align-items: center;
      justify-items: center;
       justify-content: center;
      background-color: rgb(255, 113, 113);
      justify-content: start;
      padding-left: 20px;
      animation: slide-intwo 2s ease-in 1s forwards;
      
    }
    
    
  
    .error h1{
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      color: white;
      font-weight: 100;
      font-size: 10px;
   margin-left: 20px;
  
    }@keyframes slide-intwo {
      0% {
        transform: translateX(500%);
        
      }
     
      100% {
        transform: translateX(0);
        
      }
    }