
/* topnav stuff*/

body {
    margin: 0;
    font-family:  Arial;
}



.topnav {
    overflow: hidden;
    background-color: #00aced;
    position: fixed;
    top: 0;
    width: 100%;
}



.topnav a {
    float: left;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 35px;
}


.main {
    margin-left: 0px;
    font-size: 35px;
    padding: 40px 30px;
}

.topnav .words {
    float: right;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 35px;
}

/* accept the rules stuff */

.alert {
    padding: 20px;
    background-color: #00aced;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 3vw;
  }

  
  
  .closebtn {
    background-color: white;
    color: #00aced;
    padding: 16px 20px;
    border: none;
    cursor: pointer;

    margin-bottom:10px;
    text-decoration: none;
    font-size: 2.9vw;
  }
  