body {
    background: #EEEEF4;
    color:#000000;
    font-family:Roboto;
  }
  
  h1{
    font-weight:100;
    font-size:27pt;
    color:rgb(0, 0, 0);
  }
  
  p{font-weight:300;}
  
  .warning-content {
      position:absolute;
    top:25%;
    width:100%;
    height:300px;
    text-align:center;
    margin:0;
  }

  .button {
    display: inline-block;
    background-color: #4CAF50;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 5px;
}
.button:hover {
    background-color: #45a049;
}