body {
  background-image: url('https://samuelandkyomoto.neocities.org/JavaScript/HomeworkExcuseGenerator/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
 font-family: 'Times New Roman', cursive, sans-serif;
  padding: 50px;
}
html {
  height: 100%
}
h1 {
   font-family: 'Times New Roman', cursive, sans-serif;
  font-size: 3em;
  color: red;
}
button {
  margin-left: 25px;
  border-radius:6px;
 font-family: 'Times New Roman', cursive, sans-serif;
  font-size: 25px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  background-color: #ddd;
  border: 3px solid orange;
  height: 50px;
  width: 200px;
}
 button:hover, button:focus, button:active {
    background: radial-gradient(circle, #ff5e62, #ff9966);
    color: yellow;
    transform: scale(1.1);
    cursor: pointer;
  opacity: .75;
}
a {
  color: #000;
}

#excuses {
  font-size: 2.5em;
  color: red;
  font-weight: bold;
  margin-top: 20px;
   font-family: 'Times New Roman', cursive, sans-serif;
}
#attrib {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-family: 'Times New Roman', cursive, sans-serif;
  font-size: 1em;
}













