body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.small {
	font-size: 0.8em;
}

.center {
	text-align: center;
}

.container {
	margin-left: 50px;
	margin-right: 50px;
}

.outlined {
	border: 1px solid black;
}