html {
    background-image: url(../images/background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    color: rgb(160,160,160);
}

#background {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.main {
    position: relative;
}

.title {
    font-size: 2.5em;
    text-align: center;
    margin: 2em 0 2em 0;
}

.instructions {

}

.instruction {
    font-size: 2em;
    margin: 1.5em 0 0 5em;
}

.instruction span {
	margin-right: 0.35em;
}