@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap');

/* unvisited link /
      a:link {
        color: black;
      }

      / visited link */
a:visited {
	color: #6832a8;
}

body {
	background-color: #e6e6fa;
	color: black;
	text-align: center;
	font-family: "Shadows Into Light Two", serif;
}


button {
	text-align: center;
	border: solid #c5c5ed;
	border-radius: 10px;
	background: #ebebff;
}

.banners {
	text-align: center;
	width: 110;
	height: 20;
}

.logozito {
	display: block;
	text-align: left;
	background: #c5c5ed;
	width: 150px;
	padding: 8px;
}