html {
	font-family: Roboto, Geneva, Verdana, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.3em;
	margin-top: 0.9em;
}

p {
  margin-top: 0;
	margin-bottom: 0.6em;
}

p + .Button {
  margin-top: 5px;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #CDCDF3;
}

a,
a:visited,
a:link {
  color: #A8A9F4;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #CDCDF3;
}
a:active {
  color: white;
}