html, body {
    background-color: #000000;
    background-image: url("../img/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

h1, h2 {
    margin: 0;
    padding: 0;
    color: white;
	-webkit-text-stroke: thin;
}

#wrapper {
    width: 360px;
    height: 540px;
    padding: 10px;
    box-shadow: 2px 2px 6px #000;
    border-radius: 10px;
    text-align: center;
	background: linear-gradient(#68a116e6, #24440beb);
}

#output {
	font-size: 20px;
    margin: auto;
    text-decoration-line: underline;
    text-decoration-color: #ffffff8f;
    font-weight: 400;
    color:white;
}

#race {
    font-size: 16px;
	margin: auto;
}

#footer {
    width: 360px;
    padding: 10px;
    box-shadow: 2px 2px 6px #222;
    background-color: #333;
    color: white;
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 1200px) {
    #wrapper {
        margin: 100px auto 20px auto;
    }

    #footer {
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    #wrapper {
        position: fixed;
		top: 50%;
		left: 50%;
		margin: -290px 0 0 -200px;
		padding-top: 30px;
		color: white;
		border-width: 10px;
		border-style: solid;
		border-image: linear-gradient(180deg, #659f17 0%, #182e06 100%) 20%;
    }

    #footer {
        position: fixed;
        top: 640px;
        right: 100px;
    }
}

.container {
    width: 100%;
    clear: both;
    margin-top: 10px;
}
