body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: rgb(255, 255, 255);
}

a {
  text-decoration: none;
}

a:link {
  color: #60cbfb
}

a:visited {
  color: #60cbfb
}

a:hover {
  color: #1e9beb
}

a:active {
  color: #78fffe
}

#container {
  display: flex;
  flex-direction:
    column;
  width: 100vw;
  height: 100vh;
  background-color: rgb(18, 18, 18);
}

#logo {
  background-image: url('logo.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-grow: 1;
  margin: 1em;
}

#links {
  text-align: center;
  width: 100%;
  padding-bottom: 2em;
  font-size: 1.5rem;
}
