body {
    background-color: rgb(50, 103, 121);
  }
  
  h1 {
    font-size: 90px;
    font-family: verdana;
    color: white;
    text-align: center;
  }
  
  p {
    font-family: verdana;
    font-size: 20px;
    text-align: center;
    color: white;
  }
  td {
    font-family: verdana;
    font-size: 40px;
    text-align: center;
    color: white; 
  }
  tr {
    font-family: verdana;
    font-size: 40px;
    text-align: center;
    color: white; 
  }