#wholePageDiv {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#allContent {
    background-color: #222;
    border-radius: 10px;

    width: 80%;
    overflow: hidden;    

    position: relative;
    top: 50%;
}

#allButtons {
    width: 80%;
    overflow: hidden;
    padding-bottom: 40px;
}

.btn {
    background-color: #666;
    color: #fff;
    border-radius: 10px;
    border: 4px solid #666;

    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 98%;

    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    text-decoration: none;

    position: relative;
    display: inline-block;
}

.btn:hover {
    border: 4px solid #c66;
}

.btn:active {
    background-color: #866;
}
