body {
  background-color: #3d3d3d;
  text-align: center;
}

h1 {
  font-family: Verdana, sans-serif;
  font-size: 50px;
  font-weight: normal;
  color: white;
}

a {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  color: aquamarine;
}

h2 {
  font-family: Verdana;
  font-size: 21px;
  font-weight: normal;
  color: gray;
}

video {
  width: 30%;
}

p {
  font-family: Verdana, sans-serif;
  font-size: 21px;
  color: gray;
}

img {
  width: 70%;
}

.phone-icon {
  width: 15%;
}

.copyright {
  text-align: right;
}