table, th, td, a {
      border: solid white 1px;
      border-collapse: collapse;
      color: white;
      font-size: 25px;
      font-family: Times New Roman;
}

table {
  
  width: 100%;
  background-color: midnightblue;
  height: 60px;
  
}



td {
  text-align: left;
  font-size: 32px;
}

a {
  border-radius: 100px;
}

h4 {
  font-size: 35px;
}

p {
  font-size: 20px;
}

body {
      background-color: lightblue;
    }
    
  button {
      background-color: green;
      font-color: black;
    }
    
    
h1 {
      font-size: 45px;
      text-align: center;
      background-color: midnightblue;
      color: white;
    }
    
h3 {
  font-size: 38px;
  
 
}
  
div {
  background-color: white;
}









