body {
    font-family: 'Lato', sans-serif;
	background:none;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	background-color:#990000;
	padding:5px;
	border:none;
}

