body
{
    height: 100%;
    margin: 0 auto;
    background-color: #afd1fe;
    overflow: hidden;  
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.mytext
{
    font: 40px courier;
    background-color: #e0e0e0;
}

.mytext p
{
    color:white;
}

.content
{
    display:inline-block;
    text-align: left;
    height: 100%;
    max-width:  125vh;
    width:  100%;
}

.content-inner
{
    position: relative;
    height:   100%;
    margin-left:  150px;
    margin-right: 121px;
}

.buttons
{
    padding-top:   128px;
}

.button
{
    background-size:   50px auto;
    background-repeat: no-repeat;
    padding-bottom:35px;
}
