*
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #1a1a1a;
}
.center
{
    height: 90%;
    width: 100%;
	background-color: white;
}
.center a
{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 200%;
    transform: translate(-50%, -50%);
}
.page
{
    height: 90%;
    width: 100%;
	background-color: white;
}
.page a
{
    position: absolute;
    top: 40%;
    left: 50%;
    color: white;
    font-size: 200%;
    transform: translate(-50%, 0);
}
.top_bar
{
    overflow: auto;
    margin: auto;
    width: 30%;
    padding: 1%;
}
.top_bar div
{
    float: left;
    text-align: center;
    width: 50%;
}
.top_button
{
    font-size: 200%;
    text-decoration: none;
    color: white;
}