@font-face {
    font-family: 'AmaticSC';
    src: url(/fonts/AmaticSC-Regular.ttf);
}

@font-face {
    font-family: 'MoonFlower';
    src: url(/fonts/MoonFlower.ttf);
}

html {
  background-color: #f9f9f9;
  background-image: url(/images/background.svg);
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  color: #00000;
  font-family: 'MoonFlower';
  font-size: 16pt;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
}

h1, h2 {
  font-family: 'AmaticSC';
}

p {
  margin: 0 0 0 0;
}

p, h1, h2, h3 {
  text-align: center;
}

img {
  max-width: 30vw;
  max-height: 30vh;
}

p ~ h3 {
  margin-top: 18px;
}

.content-card {
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: -10px -10px 20px 0px rgba(0, 0, 0, 0.1), 10px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 15px 0px;
  width: 80vw;
  max-width: 500px;
}

.content-card > div {
  text-align: center;
}

a, a:visited, a:hover {
  color: #05705e;
}

.highlight {
  color: #05705e;
}

.small, small {
  font-size: 14pt;
}
