html {
  height: 100%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  background-color: #4489a6;
  background-size: cover;
  background-attachment: fixed;
  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;
  color: white;
}

main {
  margin: 0px auto;

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

  padding: 50px;

  background-color: #fdfdfdc9;
  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 {
}

.title {
  height: 70px;
  margin-top: 30px;
}

.arrow {
  height: 30px;
  vertical-align: middle;
  margin-left: 10px;
}

.flag {
  height: 30px;
  vertical-align: middle;
  margin-left: 10px;
  box-shadow: 0px 2px 5px black;
}

h2 {
  margin-top: 60px;
}

.first-head {
  margin-top: 0px;
}

.active {
  box-shadow: 0px 0px 4px 2px #2196f3;
}

.desc {
  margin: 0px auto;

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

  padding: 50px;

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

.text {
  border: solid 1px #717171;
  padding: 10px;
  background: white;
  border-radius: 5px;
}
