body {
  border: 2px solid aqua;
  padding: 30px;
}

h1 {
    border: 1px solid white;
    box-shadow: 0px 0px 8px 1px white inset;
    margin-bottom: 0px;
    font-size: 3.3vh;
    

}

p {
   margin: 0;
   padding: 0;
   font-size: 1.5em;
}

a {
    color: white;
    transition: transform 240ms ease;
    text-decoration: none;
   }

   

  a:hover {
      color: red;
      transform: scale(1.03);

    }


  a:visited {
      color: white;
    }

.center {
    text-align: center;
}

#coming-soon {
    text-align: left;
}


#contact-container {
  position: absolute;
  top: 76vh;
  left: 42.8vw;
  /* width: 17vw; */
  z-index: 9999;
  font-size: 1.6em;
  border: 1px solid aqua;
  padding: 10px;
}


.upload {
    position: absolute;
    top: 26.5vh;
    left: 76vw;
    padding: 10px;
    font-size: 3em;
    border: 1px solid aqua;
}

#homework-upload {
    font-size: .26em;
    border: 1px solid aqua;
  }


#title-tudor-lessons {
    border: 1px solid aqua;
    padding: 20px;
}

#subjects-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 20px;
    border: 2px solid purple;

}
.subjects {
    padding: 20px;
    width: 20vw;
    border: 1px solid aqua;
}




