body {
    background-color: #38B6FF;
}

/* sidebar navigation */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #004AAD;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #38B6FF;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    font-family: Garamond;
    margin-left: 50px;
}

.openbtn {
    font-size: 50px;
    cursor: pointer;
    background-color: transparent;
    color: #004AAD;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    color: #BAE6FF;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

/* fix for iphone adjustment */
@media (min-width: 768px) {
    .openbtn {
        font-size: 70px;
    }
}

/* images */
.center-top {
    margin-top: -100px;
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 50%;
}

.navButton {
    height: 7%;
    width: 7%;
}

/* containers */
.bodyPage {
    background-color: #BAE6FF;
    padding: 10px;
    margin: 20px;
    border-radius: 25px;
}

/* text */
h1 {
    font-size: 45px;
    color: #004AAD;
    text-align: center;
    font-family: 'Montez';
    text-decoration: underline;
}

.reg-text {
    font-size: 30px;
    color: #004AAD;
    text-align: center;
    line-height: 2;
    padding-left: 40px;
    padding-right: 40px;
}

/* button */
.join-button {
    background-color: #004AAD;
    font-size: 30px;
    font-family: 'Montez';
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}

    .join-button:hover {
        background-color: #38B6FF;
        color: #BAE6FF;
    }