body {
  background-color: #474747;
  color: #dddddd;

  a,
  a:visited,
  .link {
    color: #00c8c2;
  }

  .footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
  }
}
