.header{
    font-family: 'Oswald';
}

.bigheader{
    font-family: 'Oswald';
    color: #fee000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-weight: 700;
    text-align: center;
    font-family: 'Oswald', sans-serif; 
    pointer-events: none;
    margin: 0px;
    max-height: 90%;
}

.bodytext{
    width: 100%;
    height: 300px;
    font-family: 'Roboto';
    text-align: center;
}

.bodytextnoheight{
    padding: 10px;
    font-family: 'Roboto';
    text-align: center;
    width: 100%;
    text-decoration: none;
    color: black;
}

.bodytextnoheightlink{
    padding: 10px;
    font-family: 'Roboto';
    text-align: center;
    width: 100%;
    color: black;
}

.bodytextnoheightlink span:hover{
    text-decoration: underline;
    cursor: pointer;
}

.navbuttontext{
    width: 100%;
    font-family: Ubuntu, Arial;
    font-weight: bold;
    text-align: center;
    margin: 0px;
    display: block;
    height: auto;
    height: 100%;
}

.bloglinktext{
    text-align: center;
    font-size: 25px;
    width: 100%;
    font-family: 'Roboto';
    text-align: center;
    text-decoration: none;
    color: black;
}

.bloglinktextsmall{
    text-align: center;
    font-size: 12px;
    width: 100%;
    font-family: 'Roboto';
    text-align: center;
    text-decoration: none;
    color: black;
}