﻿@charset "utf-8";

html,
body {
  /* height: 100%; */
}
div#container {
  height: 100%;
}

header nav > ul > li#green > a > span:last-of-type {
  color: var(--green_color);
}

article {
  width: 100%;
  height: 100vh;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  align-content: center;
  justify-content: center;
  justify-items: center;
  & > p {
    font-size: 2.5rem;
    line-height: 4;
  }
}
