@import url("reset.css");

body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text: black;
	background-color: white;
}

body {
    margin: 20px;
}

div {
    padding: 10px;
}

#container {
    width: 50%;
    margin: 15vh auto;
}

#eye {
    margin-bottom: -33px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.huge {
    font-size: 72pt;
}

.large {
    font-size: 32pt;
}

.normal {
    font-size: 16pt;
}

.small {
    font-size: 8pt;
}

.hidden {
	color: white;
}