    
h2{
     font-family: "Open Sans", sans-serif;
    color: #fff;
    text-align: center;
}

html {
    height: 100%;
    width: 100%;
}

body {
    display: inline-block;
    postion: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: auto;
}

#main {
    	position: relative;
        height: 80vh;
        text-align: center;
    	background: url(../images/indyskyline.jpg  ) top center no-repeat;
    	background-size: cover;
}

#footer {
	position: relative;
        height: 20vh;
}

#footer img {
        height: 10vh;
}

