body {
  background-color: #243e57;
}
h1 {
  color: #fecd57;
  font-family: 'Roboto Slab', 'Arial Narrow', Arial, sans-serif;
}

p {
  color: aliceblue;
  font-family: 'Roboto Slab', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
 h2 {
  color: #fecd57;
  font-family: 'Roboto Slab', 'Arial Narrow', Arial, sans-serif;
 }
 ol{
  color: aliceblue;
  font-family: 'Roboto Slab', 'Arial Narrow', Arial, sans-serif;
 }
 label{
  color: aliceblue;
  font-family: 'Roboto Slab', 'Arial Narrow', Arial, sans-serif;
 }

 .button {
  background-color: #fecd57; /* Green */
  border: none;
  border-radius: 8px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Roboto Slab', 'Arial Narrow', Arial, sans-serif;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 4px solid #fecd57;
}

.button1:hover {
  background-color: #fecd57;
  color: black;
}

.img1{
  border: 4px solid #fecd57;
}