body {
    background: url("images/stars.gif");
    color: white;
    font-family: 'Ms Ui Gothic', serif;
    font-size: x-large;
}

#main {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
}

#button {
    background: none;
    color: white;
    font-family: 'Ms Ui Gothic', serif;
    padding: 5px;
    font-size: x-large;
    border: solid, #ffffff;
    border-radius: 5px;
        display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 40%;
    line-height: 300%;
}

.eep {
    border: solid, #ffffff;
    border-radius: 5px;
    max-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.text{
    line-height: 350%;
    padding-left: 10px;
}

@media only screen and (max-width: 600px) {
    #button {width: 90%; margin-top: 20%;}
    .eep {margin-top: 10%;}
}