
.font {
    font-family: Arial, Helvetica, sans-serif;
}

.headerfont{
    font-family: Impact;
}

.background{
    background-color: #9200D1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow-y:scroll;
    overflow-x: hidden;
    z-index: -1; 
}

.header{
    display: flex;
    width: 100%;
    background-color: rgb(35, 35, 35);
    color: rgb(255, 255, 255);
    justify-content: center;
    padding: 10px;
    padding-left: 12px;
    padding-top: 1%;
    font-size: 50px;
    min-height: 10%;  
}

.stuffgohere{
    min-height: 80%;
}

.content-area{
    display: block;
    background-color: #9200D1;
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-box{
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    background-color: white;
    border-radius: 10px;
    overflow: auto;
}   

.box1{
    width: 500px;
    text-align: justify;
    float: left;
    margin-right: 5%;
    margin-left: 5%;
    line-height: 27px;
}

.box2{
    width: 500px;
    text-align: justify;
    float: right;
    margin-right: 5%;
    line-height: 27px;
}

.footer{
    position: relative;
    bottom: 0;
    text-align: center;
    background-color: rgb(0, 0, 0);
    font-size: 15px;
    width: 100%;
    color: rgb(255, 255, 255);
    padding-top: 15px;
    min-height: 5%;
    z-index: 1;
}

.footertext{
    color: rgb(153, 153, 153);
    font-size: 10px;
    padding-bottom: 1%;
}