body{
	background-color: #4C5EA9;
	margin: 5px;
	font-weight: 300;
   font-size: 18px;
   font-family: arial;
	color: #f2f2f2;
	margin-top: 10px;
}

.center{
	text-align: center;
}	

.right{
	text-align: right;
}	

.flex { 
	 margin-top:10px;    
    display: flex; 
    justify-content: center; 
    align-items: center;
}	

a {
	font-size: 36px;
	text-decoration: none;
	color: white;
	
}

a:hover {
	color: black;

}	

