#container {
    background-color: #3e5470;
    color: antiquewhite;
  }
  #acaheading {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 560px;
    text-align: center;
  }
  
  .acaheading2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    font-family: comic sans MS;
    text-align: center;
  }
  
  #navbar1 {
    text-align: center;
    border: medium antiquewhite solid;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    margin-bottom: 6px;
    height: 30px;
    width: 780px;
    text-transform: uppercase;
    padding: 20px 50px 20px 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  
  .pronav a {
    font-family: comic sans MS;
    font-size: 20px;
    color: antiquewhite;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  
  .pronav a:hover {
    color: pink;
    text-decoration: underline;
    margin-left: 10px;
  }
  
  #maincontent {
    height: 250px;
    width: 850px;
    border: medium antiquewhite solid;
    border-radius: 10px;
    margin: 30px auto 30px auto;
    padding: 20px 30px 20px 30px;
    font-family: comic sans MS;
    text-align: center;
    font-size: 22px ;
  }

  .prlink {
    color: antiquewhite;
  }