body {
    background-color: black;
    background-repeat: repeat;
    font-family: Arial;
    color: #fff;
    word-break: loose;
    word-wrap: normal;
    overflow: hidden;
}

#container {
    max-width: 750px;
    margin: 100px;
}

div.spacer{
    text-align: center;
    font-size: xx-large;
    border-bottom: solid 1.5px #fff;
    margin-bottom: 25px;
}

p.menu{
    word-spacing: 10px;
}

h1{
    text-decoration: none;
    font-size: 250%;
}

h2{
    text-decoration: none;
}

s{
    font-size: 50%;
}

div.text {
    text-align: center;
}

.hidden{
    visibility: hidden;
    opacity: 0;
}

#effect{
    font-size: 250%;
    border-bottom: solid 1.5px #fff;
}