body {
  background: #e8fff8;
  color: #053a68;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0; }
  body header.menu {
    display: flex;
    flex-direction: row;
    background: #004548;
    color: white;
    padding: 5px; }
    body header.menu a.link {
      padding: 10px;
      display: block;
      color: white;
      transition: all .5s ease;
      border-radius: 10px; }
      body header.menu a.link:hover {
        background: #00767b; }
  body main {
    flex: 2 0; }
  body footer.foot {
    display: flex;
    flex-direction: row;
    background: #004548;
    color: white; }
