body {
    background-color: #474747;
}

#mainDiv {
    width: 70%;
    /* height: 100%; */
    position: absolute;
    border-radius: 20px;
    top: 10%;
    left: 15%;
    box-shadow: gray 3px 3px 5px;
    background-color: white;
    border: 3px solid black;
}

.appFrame {
    position: relative;
    width: 95%;
    margin: 20px;
    margin-bottom: 40px;
    /* border: 2px solid black; */
}

.pBarFrame {
    height: 50px;
    width: 100%;
    background-color: #CCCCCC;
    border-radius: 10px;
}

.pBarFrame div {
    background-color: #6BBA44;
    height: 100%;
    width: 30%;
    border-radius: 10px;
}

#h1Title {
    text-align: center;
    margin-bottom: 80px;
    font-size: 48px;
    text-shadow: gray 1.2px 1.2px 0.5px;
}

.h3U {
    font-size: 20px;
    right: 10px;
    margin-top: -30px;
    float: right;
    position: relative;
}

.appFrame h2 {
    margin-left: 10px;
    position: relative;
    font-size: 22px;
    margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
    #mainDiv {
        width: 98%;
        left: 1%;
        top: 4%;
        border: 1px solid black;
    }
    .appFrame {
        position: relative;
        width: 98%;
        margin: 1%;
        margin-bottom: 60px;
        /* border: 2px solid black; */
    }
}