a {
  color: #00ff00ff;
  font-family: "Comic Sans MS", "Comic Sans";
}

p {
font-family: "Comic Sans MS", "Comic Sans";
color: white;
font-size:4vw;
}

ol {
font-family: "Comic Sans MS", "Comic Sans";
color: white;
font-size:4vw;
}

h1 {
font-family: "Comic Sans MS", "Comic Sans";
font-size:5vw;
color: white;
}

h2 {
font-family: "Comic Sans MS", "Comic Sans";
font-size:4vw;
color: white;
}

h3 {
font-family: "Comic Sans MS", "Comic Sans";
font-size:3vw;
color: white;
}

.video-container {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

table {
width: 100%;
height: auto;}

@media screen and (min-width: 1000px) {
  table {
  width: 60%;
  height: auto;}
  
 }
@media screen and (min-width: 630px) {
  p {
  font-size: 2vw;
  }
  
  h1 {
  font-size: 3.5vw;
  }
  
  h2 {
  font-size: 3vw;
  }
  
  h3 {
  font-size: 2.5vw;
  }
}
