<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#flyer { 
	width:700px; 
	margin-left:auto; 
	margin-right:auto; 
	}

.initial {
	width:300px; 
	position:relative; 
	left:100px;
}

#contest-info {
	position: relative;
    top: -70px;
    width: inherit;
}

#prize-box {
	border: 5px inset #000000;
    font-family: Georgia,"Times New Roman",Times,sans-serif;
    font-size: 1.6em;
    height: 100px;
    margin: 0 auto 30px;
    padding: 10px;
    width: 250px;
}</pre></body></html>