@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

body,
html {
  font-family: "Geist","Archivo", sans-serif;
  height: 100%;
  background-color: #121212;
  color: #f1f1f1;
  margin: 0;
}

i {
  color: #f1f1f1;
}
a {
  color: #b57d7d;
  text-decoration: none;
}

.btn {
  border-radius: 0.5rem;
}
h1,
h2 {
  color: #ffffff;
}
p {
  color: #cccccc;
}
.full-height {
  min-height: 100vh;
  /* display: flex;
      flex-direction: column; */
}
.content-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
