@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap');

body {
  background: linear-gradient(-45deg, #d13525, #4c3f54, #486824, #f2c057);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

main {
  max-width: 100%;
  min-height: 100vh;
  font-weight: 400;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.content {
  width: 100%;
  font-size: 3.5rem;
  padding: 0 0.5rem 0 0.5rem;
}

.content a {
  font-weight: bold;
  font-style: oblique;
}

.social-logo {
  width: 1.85rem;
  margin-right: 0.8rem;
}

.first-letter {
  font-size: 4rem;
}

.nze {
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px #6E3C9C , 0.15rem 0.15rem #A01D26;
}

.vckbnna {
  color: #FCB116;
  text-shadow: 1px 1px #ffd600 , 0.15rem 0.15rem #44a116;
}




/*# sourceMappingURL=/custom.59417457.css.map */