html {
    margin: 0;
    padding: 0;
    font-size: 20px;
    background-color: #1c1e22;
}

.explainer {
    font-family: 'Roboto';
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #1c1e22;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: #f4dd10;
}

.linktree {
  padding: 0.25rem 2rem;
  border-radius: 0.5rem;
  background-color: #C41F26;
}

.App-link {
  color: #f4dd10;
  font-family: 'Cabin Sketch', sans-serif;
  text-decoration: none;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.socials {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 60%;
}

.social {
    width: 30%;
}