body {
  background-color: #122e47;
  padding: 0;
  margin: 0;
}

h1 {
  color: #a03033;
  font-size: 4rem;
  font-weight: 800;
}

.w-full {
  width: 100vw;
}

.h-full {
  height: 100vh;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.bg-2 {
  background-color: #061529;
}

.tile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 40px;

  padding: 40px;
  border-radius: 20px;
}
