body {
  margin: 0 5%;
  padding: 0;
  background-color: #E9FBFD;
  text-align: center;
}

h1, h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

h1 {
  text-transform: uppercase;
  color: #800000;
  margin-bottom: -15px;
}

h2 {
  font-size: 28px;
  margin-top: 35px;
}

p, a {
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
}

img {
  margin: 5px;
}

.back {
  text-decoration: none;
  color: #800000;
  padding-bottom: 25px;
  font-size: 18px;
}


@media screen and (max-width: 700px) {
  #M1, #M2, #M3 {
    width: 95%;
    height: auto;
  }

  .video {
    width: 95%;
    height: auto;
  }
}
