html .omnicontainer {
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.content {
    text-align: center;
    margin-top: 15%;
    width: auto;
}

.text {
    font-family: sans-serif;
}

h2.text {
    font-size: 2em;
}

a.text {
	text-decoration: underline;
	color: inherit;
}
