﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    max-width: 800px;
    width:100%;     
    position: relative;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin: 30px;
    text-align: center;
    border-radius: 10px;
    background-color: #f1f1f1;
    padding: 20px;
    box-shadow: 0px 5px 10px darkgrey;
}

.body-content i {
 font-size:15em;    
 color:dodgerblue;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


a {
    text-decoration: none;
    color: dodgerblue;
}

h1 {
    text-align: center;
    font-weight: 300;
    font-size: 28px;
    color: black
}

