body {
  background-color: #150c0c;
  color: #ece9e9;
  font-family: 'Courier New', Courier, monospace;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  filter: grayscale(100%);
}

.container {
  text-align: center;
}

.logo {
  width: 150px;
  margin-bottom: 20px;
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}


footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #999;
}