body {
  background-color: #696969	;);
  background-size: 1920px 1080px;
  background-repeat: no-repeat;
}

h1 {
  font-family:'impact', sans-serif;
  font-size: 50px;
  font-style: italic;
  margin-left: 25px;
  color: #e62100;
  background-image: url ("https://cdn.glitch.com/eb7b8edf-a4d4-45c6-b250-83f14fd88a02%2Fblack.jpg?v=1596806602620");
  background-color: black;
  height:64px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h2 {
  position: relative;
  top:-43px;
  font-family:'bebas neue', sans-serif;
  font-style: italic;
  color: #e62100;
  background-color: black;
  font-size: 32px;
  margin-left: 25px;
  color: #ffffff
}

button {
  position: relative;
  top: -50px;
  margin-left: 25px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 1px;
  font-family: 'bebas neue', sans-serif;
  font-size: 28px;
  font-style: bold;
  font-style: italic;
  color: #ffffff;
  cursor: pointer;
  background-color: #e62100;
  border: 3px solid #fffff;
  height: 60px;
  width: 130px;
}

button:hover{
  opacity: .75;
}

a{
  color: #e62100;
}

#excuses{
  position: relative;
  top: 30px;
  left: 25px;
  font-family: 'bebas neue', monospace;
  font-size: 80px;
  font-style: bold;
  color: #ffffff;
  background-color: red;
}

#developedby{
  position: absolute;
  bottom: 68px;
  left: 25px;
  font-family: monospace;
  font-size: 12px;
  background-color: black;
  color: #ffffff;
}

#license{
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-family: monospace;
  font-size: 12px;
  background-color: black;
  color: #ffffff
  
}
