img {
}

#logo {
  text-align: center;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.container {
  text-align: center;
  color: blue;
}

a {
  font-family: 'Archivo Black';
  color: red;
  text-decoration: none;
}

:root {
  background: black;
}

body {
  background: black;
}

a:hover {
  color: green;
  text-decoration: none;
}

