* {
  font-family: Roboto, serif;
  transition: 0.2s;
}

body {
  background: #191919;
}

a {
  text-decoration: none;
}

footer {
  background-color: #202020;
  width: 100%;
}
footer p, footer a {
  font-family: "Inter", Arial, Helvetica, sans-serif !important;
}

.social:hover {
  border-bottom: 3px solid white;
  transition: 50ms;
}

.social {
  transition: 50ms;
  padding-bottom: 10px;
}

.cover-container {
  max-width: 100%;
}

@media (max-width: 768px) {
  .career-links a {
    padding: 0px 20px;
  }
}/*# sourceMappingURL=styles.css.map */