.DOM {
  width: 100%;
  height: 100vh;
  background-color: var(--beige);

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: var(--letra);
}
