body {
	background-color: #ECFFFF;
	color: #4A4041;
	font-family: "Public Sans", sans-serif;
	font-size: 20px;
	font-optical-sizing: auto;
	font-style: normal;
}

#header {
	margin-top: 5rem;
}

#center {
	max-width: fit-content;
	margin-left: 10rem;
	margin-right: 10rem;
}

@media (max-width: 1000px) {
    #center {
		margin-left: 1rem !important;
		margin-right: 2rem !important;
	}
}

@media screen and (min-width: 1000px)  {
    .mobile-break { display: none; }
}

#name {
	color: #10A0B3;
}

ul {
    list-style-position: inside;
    line-height: 150%;
	margin-bottom: 30px;
}

li {
	color: #10A0B3;
}

span, a, a:focus, a:active, a:visited {
	color: #4A4041;
	text-decoration: none;
}

a:hover, h3 {
	color: #4A4041;
	text-decoration: underline;
}