@charset "utf-8";
/* CSS Document */

header{
	background-color: #3cb1db;
	display: flex;
}
header h1{
	margin-left: auto;
	margin-right: 5px;
	color: white;
}
* {
	font-family: courier;
}