.logoImage {
    width: 25%;
    max-width: 150px;
    margin-top: 15px;
    margin-left: 15px;
}

#mainText {
    font-size: 18px;
    color: #EEEEEE;
    margin: 60px 300px;
}

ul {
    list-style: none;
    text-align: center;
}

li {
    margin: 5px 0;
}

body {
	font-family: "Emulogic";
    background: #7089fc;
    height: 100%;
    color: #222;
}

a {
    text-decoration: none;
    color: #EEE;
}

a:hover {
    color: #DDD;
}

* {
    margin: 0;
}