header { 
  background-color: rgb(91, 38, 38);
  color: white;
  background-image: url(https://i.imgur.com/UghT1pk.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
}

.bigbutton {
    line-height:3;
    font-size:20px;
    padding:10px;
    padding-right:30px;
    padding-left:30px;
    border: 4px rgb(57, 23, 23);
    color:white;
    background-color: rgb(0, 0, 0);
    text-decoration:none;
    justify-content: center; 
    font-family:Oswald;
}

.bigbutton:hover {
  line-height:3;
    font-size:20px;
    padding:10px;
    padding-right:30px;
    padding-left:30px;
    border: 4px rgb(57, 23, 23);
    color: rgb(232,136,0);
    background-color: rgb(0, 0, 0);
    text-decoration:none;
    justify-content: center; 
    font-family:Oswald;
}

.heading {
    font-family: Oswald;
}

body {
  background-color: rgb(57, 23, 23);
  color:white;
}

.content {
  font-family:"Roboto Condensed";
}

.lynk {
  text-decoration:none;
  color: rgb(255, 206, 69);
  font-family:"Roboto Condensed";
}

.lynk:hover {
  color:rgb(232,136,0);
  font-family:"Roboto Condensed";
}

@keyframes swoop {
  0% {right:1000px;}
  100% {right:0px}
}

.iov {
  position: relative;
  animation-name: swoop;
  animation-duration: 1.2s;
  animation-timing-function:ease-out;
} 
