* {
  text-align: center;
  font-family: "Fjalla One", sans-serif;
}

#name {
  margin: 5%;
  font-size: 50px;
}

body {
  background: linear-gradient(to right, cyan, orange);
}

button {
  font-size: 25px;
  background-color: red;
  border: none;
  text-align: center;
  text-decoration: none;
  padding: 15px 20px;
}

button:hover {
  background-color: white;
}
