  body{
    background-color: rgb(0, 0, 0);
  }
  h1 {
    font-family: Arial, sans-serif;
    

    display: flex;
    justify-content: center;
    
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1abc9c;
    color: white;
    font-size: 30px;
    margin-bottom: 10px;
  }
  h2 {
    font-family: Arial, sans-serif;
    

    display: flex;
    justify-content: center;
    
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1f5f52;
    color: white;
    font-size: 30px;
    margin-bottom: 100px;
    
  }
  .logo {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 120px;
    height: 120px;
  }
  
  button {
    
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
  }
  
  button:hover {
    background-color: #45a049;
  }
  