html {
  height: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  background-size: cover;
  background-attachment: fixed;
  background-color: #badeff;
  font-size: 1.1em;
}
body {
  text-align: center;
  margin: 0px 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #2cb0ff;
}

h1 {
  margin-bottom: -10px;
}

h3 {
  margin-top: 0px;
  font-size: 1.5em;
}

.subtitle {
  font-size: 0.9em;
}

main {
  margin: 0px auto;

  max-width: 780px;
  height: 100%;

  padding: 50px;

  background-color: #fdfdfd;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  text-align: justify;
  border-radius: 5px;
}

footer {
  margin-top: 5px;
}

.verticalspacesmall {
  margin-bottom: 50px;
}

.categoriespacer {
  margin-top: 50px;
}

.headlink {
  margin-bottom: 5px;
}

.shrink {
}

.addtext {
  margin-bottom: 45px;
  margin-top: -32px;
}
