body {
	background-color: #b0e0e6
}

main {
  
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

img.logo {
	margin-top: 100px;
	margin-bottom: 60px;	
	max-width: 350px; 
}

main p:first-of-type {
  font-size: 2em;  
  
}

main p {	
	color: black;
	text-align: center;	
	margin-bottom: 70px;
}

main p a {	
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	text-decoration: none;	
}

main p a:hover { 
	text-decoration: underline;
	color: red;
}