html {
  font-family: Verdana, sans-serif;
}

body {
  margin: 0px; 
  background: rgb(14, 14, 14); 
  height: 100%;
}

main {
  max-width: 940px;
  margin: 0 auto;
}

.page-title {

  font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 50px;
  color: white;
  text-align: center;
}

p {
  text-align: center;
}

video-container {
  text-align: center;
}

.nowhere {
  color: Aquamarine;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

h2 {
  text-align: center;
  color: white;
  font-weight: 300;
  font-size: 42px;
}

.description {
  font-family: Verdans;
  color: gray;
  font-size: 21px;
}

.nowhere-still {
  color: Aquamarine;
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
}

.footer p {
    text-align: right;
    color: gray;
    margin: 0.8rem;
    font-size: 21px;
}

@media only screen and (max-width: 960px) {
  .video-section {
    height: 540px;
  }
  
  .camp_image {
    width: 80%;
  }
  
  .phone_icon {
    width: 2.5rem;
  }
  
  
}

