h1, h2 {
	padding-top: 40px;
    margin: auto;
	font-weight: 400;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0 0 80px 0;
    text-align: center;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #333;
    color: white;
    text-align: center;
}

#output {
	font-size: 20px;
    margin: auto;
    text-decoration-line: underline;
    text-decoration-color: #00000026;
    font-weight: 400;
	line-height: 30px;
}

#race {
	font-size: 17px;
}

.container {
    width: 100%;
    clear: both;
    margin-top: 10px;
}