body {
  font-family: "AcarajeLight", sans-serif;
  font-weight: 300;
  color: #F2C1C1;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "AcarajeMedium", sans-serif;
  font-weight: 700;
  color: #F2C1C1;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1rem;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #F2C1C1;
  font-family: 500;
}

a {
  color: #9e2a82;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "AcarajeLight";
  src: url("../assets/fonts/AcarajeLight/font.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "AcarajeMedium";
  src: url("../assets/fonts/AcarajeMedium/font.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "AcarajeRegular";
  src: url("../assets/fonts/AcarajeRegular/font.woff") format("woff");
  font-style: normal;
}
body {
  background-color: #9e2a82;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60vh;
  margin: 0 auto;
  gap: 1rem;
}

.name-title {
  display: block;
  flex-direction: column;
  align-items: center;
  text-align: justify;
  font-family: "AcarajeMedium", sans-serif;
  font-weight: bold;
  font-size: 3.5rem;
  color: #F2C1C1;
  line-height: 1.2;
  max-width: 90%;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
ul li {
  font-size: 1rem;
}
ul li a {
  color: #F2C1C1;
  text-decoration: none;
}
ul li a:hover {
  text-decoration: underline;
}

.footer {
  background: repeating-linear-gradient(90deg, #008852, #008852 60px, #F2C1C1 60px, #F2C1C1 120px);
  height: 33.33vh;
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
