body {
  background: #000000;
  background-image: url("../img/main.svg");
  background-width: 100%;
  background-position: center;
  background-size: 100% auto;
  font-family: monospace;
  color: #ffffff;
}

.c-logo {
  padding: 2.5% 10%;
  width: 40%;
}

.c-text {
  padding: 2.5% 10%;
  font-size: 1.5em;
}

main a {
  color: #ffffff;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

main a:hover {
  text-decoration: underline;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
