html {
  font-family: Arial, Helvetica, sans-serif;
}
body {
  background-image: url("../images/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

nav {
  position: absolute;
  bottom: 0.4rem;
  width: 100%;
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

nav a {
  text-decoration: none;
  color: black;
}
