body {
  background:rgb(255,249,240,1.00);
  
}

h1 {
  background:rgb(95,19,18);
  font-family: goudy old style;
  font-size: 550%;
  color: rgb(216, 198, 184);
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: 175%;
}

video{
  height: 50%;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  text-align-last: center;
  font-family: goudy old style bold;
  color: rgb(95,19,18);
  font-size: 200%;
}

p {
  text-align-last: center;
  font-size: 20px;
  font-family: goudy old style bold;
  color: rgb(95,19,18);
  margin-left: auto;
  margin-right: auto;
  padding: 14px 100px;
}

a:link, a:visited { 
    background-color: #f44336;
    color: white;
    padding: 14px 65px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    justify-content: space-around;
}
a:hover, a:active {
    background-color: rgb(95,19,18);
     justify-content: space-around;
}
