@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
	
.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body {
	background-color: darkblue;
	color: white;
	font-family: "Roboto", sans-serif;
  	font-weight: 400;
  	font-style: normal;
}
img {
	border-radius: 150px;
	width: 300px;
}
a {
	background-color: white;
	font-size: 20px;
	border-radius: 10px;
	padding: 10px;
	display: block;
	text-align: center;
	margin: 10px;
	color: darkblue;
}