body {
  font-family: "Roboto";
  font-size: 22px;
  font-weight: 400;
  background-image: url(https://res.cloudinary.com/ddfwlnnl9/image/upload/v1695922881/wahana_wallpaper_vuzqrh.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 100%;
}

a,
button,
input[type="submit"],
input[type="reset"] {
  font-family: sans-serif;
  font-size: 15px;
  background: #ffd700;
  color: black;
  border: #800000 3px solid;
  border-radius: 5px;
  padding: 18px 28px;
  margin-top: 10px;
}
a {
  text-decoration: none;
}
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  opacity: 0.9;
}
