  body {
    background-color: rgb(36,36,36);
  }
  hr {
    background-color: white;
    
    margin-bottom: 20px;
    margin-top: 3px;
  }
  .undertext {
    font-family: 'times new roman', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: white;
  }
  .newsbox {
    background-color: rgb(61,61,61);
    padding: 5px 5px;
    background-position: center;
    height: auto;
    width: 850px;
    
    margin-left: 150px;
  }
  .newstitle {
    font-family: 'times new roman', sans-serif;
    font-size: 20px;
    color: white;
    text-align: center;
    text-decoration: none;
  }
  .newstext {
    font-family: 'times new roman', sans-serif;
    font-size: 17px;
    color: white;
    text-align: left;
    
    margin-top: 30px;
    margin-left: 50px;
    margin-right: 50px;
  }
  .HomeButton {
    display: inline-block;       
    padding: 10px 20px;          
    background-color: rgb(61,61,61);   
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-family: 'times new roman', sans-serif;
    font-size: 20px;
    transition: background-color 0.5s;
    
    margin-top: 30px;
    margin-left: 50px;
    margin-bottom: 50px
  }
  
  .HomeButton:hover {
    background-color: rgb(85,85,85);
  }
  .HomeTitle {
    font-family: 'times new roman', sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    color: white;
    
    margin-top: 90px;
    margin-left: 40px;
    margin-bottom: 10px;
  }
  .Bundertext {
    font-family: 'times new roman', sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-align: left;
    color: white;
    
    margin-left: 100px;
  }
  .HomeTop {
    background-image: url("https://the-patriots-gaming.neocities.org/background-image.webp");
    width: auto;
    height: 300px;
    padding: 20px;
    background-size: cover;
    background-position: center;
  }
  .currentdate {
    font-family: 'times new roman', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: white;
    
    margin-right: 20px;
  }
  
  @media (max-width: 600px) {
    p {
      font-size: 30px;
      margin: 10px 20px 30px 20px
    }
    p.Bundertext {
      text-align: center;
    }
    p.currentdate {
      font-size: 20px;
    }
    h1 {
      font-size: 50px;
      margin: 50px 0 10px 0
    }
    h1.HomeTitle {
      text-align: center;
    }
    div.newsbox {
      height: auto;
      width: 550px;
    }
    div.HomeTop {
      height: 600px;
      width: auto;
    }
    .HomeButton {
      height: auto;
      width: 200px;
      font-size: 30;
    }
  }




