      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: 1000px;
      }
      
      .cdog{
        width: 500px;
        height: 313px;
        margin: 450px 60px 0px 60px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .maintext{
        font-size: 20px;
        padding: 50px 30px 0px 55px;
        width: 650px;
      }
      .text-area{
        display: flex;
        }
      
      .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;
      }