body {
  background-color: #243e57;
}
h1 {
  font-family: 'Roboto Slab', 'Arial Narrow', Arial, sans-serifs;
  color: #fecd57;
}

p {
  color: aliceblue;
  font-family: 'Roboto Slab', 'Arial Narrow', Arial, sans-serif;
}

h2 {
  font-family: 'Roboto Slab', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

a {
  color: aliceblue;
}

table {
  color: black;
  font-weight: bold;
  border: 5px solid #fecd57;
  border-collapse: collapse;
  font-family: 'Roboto Slab', sans-serif;
  background-color: white;

}
th{
  padding-top: 10px;
  padding-bottom: 5px;
  border: 5px solid #fecd57;
}
td{
  padding: 10px 10px;
  border: 5px solid #fecd57;
}
.button {
  background-color: #fecd57; 
  border: none;
  border-radius: 8px;
  color: white;
  padding: 16px 100px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  font-family: 'Roboto Slab', 'Arial Narrow', Arial, sans-serif;
  font-weight: bold;
  margin: auto;
  transition-duration: 0.4s;
  cursor: pointer;

}

.button1 {
  background-color: white; 
  color: black; 
  border: 4px solid #fecd57;
}

.button1:hover {
  background-color: #fecd57;
  color: black;
}