html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg {
  shape-rendering: geometricPrecision;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* EXTRA ======================================================================= */
::-moz-selection {
  background: #FFFF63;
  color: #fff;
}
::selection {
  background: #FFFF63;
  color: #fff;
}
/* VARIABLES =================================================================== */
@font-face {
  font-family: 'Delight';
  src: url('../fonts/Delight-Medium.woff2') format('woff2'), url('../fonts/Delight-Medium.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galica';
  src: url('../fonts/Gelica-Regular.woff2') format('woff2'), url('../fonts/Gelica-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* STYLES ====================================================================== */
body {
  font-family: 'Delight', sans-serif;
  color: #0A3C23;
  font-size: 16px;
  line-height: 26px;
  overflow-y: scroll;
  background-color: #7CE378;
}
a {
  color: #0A3C23;
}
header {
  padding: 40px 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: inset 0 0 0 1px #0A3C23;
          box-shadow: inset 0 0 0 1px #0A3C23;
  border-radius: 20px;
  padding: 5px 15px 5px 12px;
  margin-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header a svg {
  margin-right: 5px;
}
header a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
main {
  padding: 0 40px 40px 40px;
  min-height: calc(100svh - 76px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main h1 {
  margin: auto;
  font-family: 'Galica', serif;
  font-size: 48px;
  line-height: 58px;
  padding: 60px 0;
}
main h1 span {
  display: inline-block;
  text-align: center;
  opacity: 0;
  -webkit-animation: blink 1.2s infinite ease-in-out;
          animation: blink 1.2s infinite ease-in-out;
}
main h1 span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
main h1 span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
main h1 span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@-webkit-keyframes blink {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(0.05em);
            transform: translateY(0.05em);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-0.05em);
            transform: translateY(-0.05em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes blink {
  0%,
  20% {
    opacity: 0;
    -webkit-transform: translateY(0.05em);
            transform: translateY(0.05em);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-0.05em);
            transform: translateY(-0.05em);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main .logo svg {
  width: 100%;
  height: auto;
  display: block;
}
/* MEDIA QUERY'S =============================================================== */
@media only screen and (max-width: 600px) {
  header {
    padding: 26px 26px 0 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header a {
    margin: 0 5px 10px;
  }
  main {
    padding: 0 26px 26px 26px;
    min-height: calc(100svh - 72px);
  }
  main h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 440px) {
  main {
    min-height: calc(100svh - 118px);
  }
}
