body {
	font-family: "Times New Roman", Times, serif;
	background-color: LIGHTSALMON;
	width: 60%;
	position: relative;
}

h1 {
  color: white;
  border-left: 12px solid SALMON;
  border-right: 12px solid SALMON;
  padding-left: 25px;
  margin-top: 50px;
  background-color: #C70039;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Sofia';
  font-size: 22px;
}

p {
    color: black;
    text-indent: 25px;
}

h2 {
    color: #C70039;
    font-family: 'Sofia';
    font-size: 22px;
}

figure {
	width: 80%;
	border: 1px solid black;
	background-color: #FFFFFF;
    margin: 10px;
}

img {
	width: 100%;
}

.video {
	width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
	height: auto;
}

iframe {
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}



