body {
    font-family: Arial;


  }

  .home-page:before {
      content: "";
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -10;
      background: url(EmpireBackground.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

  .jsEffects {
    color: cornflowerblue;

  }





  .league-history {
    background-color: black;
    font-size: 32px;
    font-family: 'Cinzel', serif;
    color: white;
  }

  .league-members {
    background-color: black;
    font-size: 32px;
    font-family: 'Cinzel', serif;
    color: white;
    text-align: center;
  }

  .money-list {
    background-color: navy;
    width: 1000px;
  }

  .announcements {
    color: cornflowerblue;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Cinzel', serif;
    background-color: rgba(0,0,0,0.5);
  }

  html {
    min-height: 100%;
  }

  h1 {
    color: white;
    font-size: 46px;
    text-align: center;
    font-family: 'Cinzel', serif;
  }


  .title {
    color: white;
  }

  table, th, td {
    border: 2px solid white;
    text-align: center;
    color: white;
  }

  h2 {
    color: white;
    font-size: 23px;
    text-align: center;
    font-family: 'Cinzel', serif;
     }

  h3 {
    color: white;
    font-size: 32px;
    text-align: center;
    font-family: 'Cinzel', serif;
  }

  a{ color: white; }
  a:hover {
    color: white;
    }

    #trophy{width: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }

    #dawson{width: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }

    #fieldtrophy{width: 100%;
    }

    #logo{
        width: 200px;
    }

    #aaron{
          width: 500px;
          margin-left: auto;
          margin-right: auto;
          display: block;
    }


    #giphy{
      width: 500px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }

    #moneylist{
      width: 1000px;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }


    #Rules1{
      width: 1000px;
      margin-left: auto;
      margin-right: auto;
      display: block;
