
.spacerdiv {
    height: 20px;
    width: 20px;
}

.copyright-text {
    text-align:center;
    height: 26px;
    font-size: 80%;
}

.logo-text {
    text-align:center;
    height: 26px;
    font-size: 150%;
    font-weight: bold;
    padding: 1%
}

.logo-temp {
    text-align:center;
    height: 26px;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0.2%;
}

.background {
    background-color: rgb(36, 36, 36);
    color:rgb(228, 225, 225);
}

.navbarlink {
    font-size: 1em;
    background-color: rgb(36, 36, 36);
    color:rgb(228, 225, 225);
    width: 10%;
    padding: 0.75%;
    border: 3px solid rgb(0, 206, 212);
    border-radius: 16px;
}

.boxoutline {
    border: 3px solid rgb(7, 206, 212);
    border-radius: 8px;
    text-align:center;
    width: 50%;
    margin-top: 4px;
    margin-bottom: 4px;
    margin: 0 auto
}