@charset "UTF-8";
body   {
  font-size: 1em;
  color: rgba(23,36,83,1.00);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: rgba(209,253,219,1.00);
  font-family: antic;
  font-style: normal;
  font-weight: 400;
}
#container {
  width: 1000px;
  background-color: rgba(239,255,252,1.00);
  margin-left: auto;
  margin-right: auto;
}
a:link, a:visited {
  color: rgba(15,82,29,1.00);
}
a:hover, a:active {
  color: rgba(56,107,149,1.00);
}
header h1 {
  color: rgba(0,92,93,1.00);
  font-family: trykker;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
}
header p {
  font-size: 1.4em;
}
main h1 {
  font-family: trykker;
  font-style: normal;
  font-weight: 400;
  font-size: 3.rem;
  font-size: 1.4rem;
  color: rgba(0,92,93,1.00);
}
main h2 {
  color: rgba(0,92,93,1.00);
  font-family: trykker;
  font-style: normal;
  font-weight: 400;
}
body aside {
  background-color: rgba(239,255,252,1.00);
  border-bottom-width: 22px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-top: 12px;
}
aside h1 {
  color: rgba(0,92,93,1.00);
  font-family: trykker;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
}
aside a:link, aside a:visited {
  color: rgba(0,92,93,1.00);
}
aside a:hover, aside a:active {
  color: rgba(0,215,217,1.00);
}
footer h1 {
  font-size: 1.4rem;
  font-family: trykker;
  font-style: normal;
  font-weight: 400;
  color: rgba(0,92,93,1.00);
}
