      
      body{
      margin: 0px;  
      background-color: rgb(45, 122, 181);
      }
      
      p {
        font-family: "Bungee";
        text-align: center;
        
      }
  
      a {
        color: white;
        font-size: 30px;
        text-decoration: none;
      }
      
      .Web_title {
        font-family: "Bungee";
        font-size: 50px;
        text-align: center;
        margin-top: 0px;
        padding-top: 20px;
      }
    
    
      .background_box {
        background-color: gray;
        margin: 0px 15% 0px 15%;
      }
    