body {
  background-color: #ddd;
  text-align: center;
  font-family: Arial, sans-serif;
}
section {
  background-color: silver;
  font-family: "Emblema One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: green;
}
.emblema-one-regular {
  font-family: "Emblema One", system-ui;
  font-weight: 400;
  font-style: normal;
}
h1 {
  font-family: "Emblema One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  color: green;
}
button {
  margin-left: 25px;
  border-radius: 6px;
  font-family: "Emblema One", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  background-color: gold;
  border: 3px solid silver;
  height: 75px;
  width: 200px;
}
button:hover {
  opacity: .75;
}