body {
    background-color: #444;
}

h1 {
    font-weight: normal;
}

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

.dos {
        font-style: italic;
        font-family: 'Lobster Two';
}

.dos {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    margin: auto;
    text-align: center;
}

.dos {
	font-size: 100px;
}

@media (min-width: 600px) and (orientation:landscape) {
	.dos {
		height: 240px;
		font-size: 200px;
	}
}
