@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
  background-color: #101010;
  padding-bottom: 5rem;
  font-family: 'Roboto Condensed', sans-serif;
}

.card {
  border: none;
}
