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

html {
  font-size: 62.5%;
  font-family: "Arsenal", sans-serif;
}

body {
  background-color: #011201;
  color: #e6ebe6;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}

main {
  margin: 0 auto;
  max-width: 1370px;
  height: 100vh;
}

.title {
  padding-top: 2rem;
  text-align: center;
  font-size: 4.2rem;
  position: relative;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20rem;
  padding-top: 10rem;
}

button {
  border: none;
  border-radius: 0.8rem;
  padding: 1rem 2rem;
  color: #011201;
}

.generateDecision {
  background-color: #e6ebe6;
  font-size: 8.4rem;
  font-family: "Arsenal", sans-serif;
  font-weight: bold;
  max-width: 85rem;
}

.refresh {
  background-color: #829d82;
  font-size: 2.8rem;
  font-family: "Arsenal", sans-serif;
  font-style: italic;
  position: absolute;
  top: 600px;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer {
  padding: 0rem 4rem;
  text-align: end;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: sticky;
  bottom: 15px;
  color: #ada8b6;
}

ion-icon {
  color: #ada8b6;
}

.links {
  display: flex;
  justify-content: space-between;
  font-size: 3.82rem;
}

.footer-ind {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.copyright {
  font-size: 1.6rem;
}
