      
      body{
      margin: 0;  
      background-color: rgb(45, 122, 181);
      }
      
      p {
        font-family: "Bungee";
      }
  
      a {
        font-family: "Bungee";
        color: white;
        font-size: 40px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
      }
      
      .Web_title {
        font-family: "Bungee";
        font-size: 50px;
        text-align: center;
        margin-top: 0px;
        padding-top: 20px;
      }
    
      .background_box {
        background-color: rgb(200, 200, 200);
        margin: 5px 12% 0 12%;
        height: 5250px;
      }
      
      .top-text {
          text-align: center;
          font-size: 25px;
          margin-top: 50px;
          margin-bottom: 150px;
      }
      
      .link {
        background-color: red;
        margin: 2px 15% 0px 15%;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
      }
      
      .buttonsection {
        background-color: rgb(200, 200, 200);
        text-align: start;
        padding: 20px 0% 20px 0%;
        font-size: 25px;
      }
        
      .aboutbutton{
        font-family: "Bungee";
        height: 150px;
        width: 150px;
        vertical-align: middle;
        margin: 0 80px 0 335px;
        color: black;
        text-align: center;
      }
      .homebutton{
        font-family: "Bungee";
        height: 150px;
        width: 150px;
        vertical-align: middle;
        margin: 0 80px 0 80px;
        color: black;
        text-align: center;
      }
      .videosbutton{
        font-family: "Bungee";
        height: 150px;
        width: 150px;
        vertical-align: middle;
        margin: 0 300px 0 80px;
        color: black;
        text-align: center;
      }
      
      .videotitle {
        font-family: "Bungee";
        color: black;
        margin: 15px 0 50px 0;
      }
      
      .videosection {
        margin-left: 60px;
        }