*{
	margin: 0;
	padding: 0;

}
body{
	background-color: #23C4ED;
	font-family: sans-serif;
}
header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
header h1{
	background-color: #1B98F5;
	padding: 15px;
	overflow: hidden;
	text-align: center;
	color: white;
	font-size: 1.6em;
}

.box1{
	background-color: #383cc1;
	color: white;
	height: fit-content;
	padding: 15px;
	text-align: center;
}

.box2{
	background-color: #3944F7;
	color: white;
	height: fit-content;
	padding: 15px;
	text-align: center;
}

.title{
	text-decoration: underline;
	padding-bottom: 10px;
	font-size: 1.5em;
}
a{
	text-decoration: none;
	color: white;
	font-size: 1.4em;
	
}
a:hover{
	color: #23C4ED;
	text-decoration: underline;
}
ul li{
	list-style-type: none;
	padding: 10px;
}

footer h1{
	background-color: #1B98F5;
	padding: 15px;
	overflow: hidden;
	text-align: center;
	color: white;
	font-size: 1.6em;
}