body {
    background: url(/images/black-white-2015.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    
}

.main {
    text-align: center;
    font-family: 'Shadows Into Light', 'cursive';
    color: white;
    text-shadow: 2px 2px 4px black;
}

.main:nth-of-type(2) {
	color: yellow;
}

a {
    color: yellow;
}

a:hover {
    color: red;
}

h1 {
    color: white;
    text-shadow: 2px 2px 4px red;
}

.container :nth-of-type(1) {
    margin-top: 1.0em;
}

h3 {
    color: lightgrey;
    text-decoration: underline;
}

select {
    appearance: none;
    background: slategray;
    color: white;
}

textarea {
	height: 30px;
	width: 200px;
	background: lightgrey;
	color: black;
}

a:nth-of-type(1) {
    box-shadow: 4px 4px 8px grey;
    margin-left: 30px;
    margin-top: 30px;
}
