


* {
    box-sizing: border-box;
  }
  
  body {
      overflow: hidden;
    margin: 0;
    background-image: url("pictures/background.gif");
    background-repeat: no-repeat;
    background-size:cover;
    height: 100vh;
    width: 200px;
  }
  
  
  *,
  *:before,
  *:after{
      padding: 0;
      margin: 0;
      box-sizing: border-box;
  }
  
  
  .popup{
      background-color: #ffffff;
      width: 800px;
      padding: 30px 40px;
      position: absolute;
      transform: translate(-50%,-50%);
      left: 50%;
      top: 50%;
      border-radius: 8px;
      font-family: "Poppins",sans-serif;
      display: none;
      text-align: center;
  }
  .popup button{
      display: block;
      margin:  0 0 20px auto;
      background-color: transparent;
      font-size: 50px;
      color: #c5c5c5;
      border: none;
      outline: none;
      cursor: pointer;
  }
  .popup p{
      font-size: 17px;
      text-align: justify;
      margin: 20px 0;
      line-height: 22px;
  }
  .popup a{
      display: block;
      width: 350px;
      position: relative;
      margin: 10px auto;
      text-align: center;
      background-color: #0f72e5;
      color: #ffffff;
      text-decoration: none;
      padding: 5px 0;
  }
  
  .popups{
      background-color: black;
      width: 800px;
      max-height: 550px;
      padding: 30px 40px;
      position: absolute;
      transform: translate(-50%,-50%);
      left: 50%;
      top: 50%;
      border-radius: 8px;
      font-family: "Poppins",sans-serif;
      overflow-y:scroll ;
      text-align: center;
      display: none;
  }
  .popups button{
      display: block;
      margin:  0 0 20px auto;
      background-color: transparent;
      font-size: 20px ;
      color: #c5c5c5;
      border: none;
      outline: none;
      cursor: pointer;
  }
  .popups p{
      font-size: 17px;
      text-align: justify;
      margin: 20px 0;
      line-height: 25px; 
  }
  .popup a{
      display: block;
      width: 50px;
      position: relative;
      margin: 10px auto;
      text-align: center;
      background-color: #0f72e5;
      color: #ffffff;
      text-decoration: none;
      padding: 5px 0;
  }
  #text{
      color: green;
  }
  /* button{
      display: block;
      margin: 20px auto;
      background: black;
      color: white;
      border: 0;
      padding: 6px 10px;
  }
   */
  
  /* 
  .popup-wrapper{
      background: rgba(0,0,0,0.3);
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; 
  }
  
  .popups{
      font-family: arial;
      text-align: left;
      width: 100%;
      width: 800px;
      max-width: 10% auto;
      background: green;
  
  margin: 10%;
  position: relative;
  }
  .popup a{
      background: black;
      color: white;
      
  } */
  
  #transmittion > #agains{
  color: red;
  }