.container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.center_container {
    display:flex;
    justify-content: center;
}

.navigator {
	margin-left: 50px;
	margin-top:  50px;
}

.navigator a {
}
#creation_date {
	font-style: oblique;
}

#error {
	font-weight: 500;
	font-family: monospace;
	font-size:30px;
}

#code_title {
	font-family:'Couirer New';
	font-size:50px;
	font-style: bold;
}

#info_content {
	font-size:20px;
	font-family: Roboto;
	border-style:solid;
	border-radius: 5px;
	background-color: lightgrey;
}

#report_content {
	font-size:20px;
	font-family: Roboto;
	border-style:solid;
	border-radius: 5px;
	background-color: lightgrey;
}
#site_name{
	font-family: Roboto;
	font-size:   3.5rem;
	
}

#rules {
	color:black;
}
.content {
	border-style:solid;
	margin-left:  15%;
	margin-right: 15%;

	padding: 3.5rem;
	background-color: lightblue;
}

.center_container #content {
	background-color: white;
}