html{
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}
h1 {
    text-align: center;
    color: black;
}
h2 {
  text-align: center;
}
i {
    color: black;
}

body {
    background-image: url("images/forestBackround.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 90%;
    background-position: center top;
    background-color: rgb(3, 85, 3);

}

p {
    text-align: center;
}

nav {
    text-align: center;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    text-align: center;
    position: relative;
    display: inline-block;
  }
  
  #navlist {
    float: left;
    text-align: center;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
 
  li a:hover {
    background-color: #111;
  }

  #rounded {
    border-radius: 25px;
    background: #333;
    padding: 20px;
  }

  ol {
    text-align: center;
    list-style-type: circle;
    position: relative;
    margin: 10;
    padding: 0;
    overflow: hidden;
  }

  li {
    text-align: center;
  }

  a:visited {
    color:rgb(18, 208, 230);
  }

  #rules {
    text-align: left;
    list-style-type: decimal;
    overflow: visible;
    margin: 50;
    padding: 50;
    line-height: 2;
  }

  #centered {
    text-align: center;
  }

  #contact {
    display: table; 
    padding:10px;
    font-size:20px;
    background-color:#333;
    color:#ffffff;
    text-align: left;
    text-decoration: none;
  }

  table, th, td {
    text-align:center;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
  }
