html {
  font-family: "Roboto", sans-serif;
}

.body {
  background: #144252;
background: linear-gradient(90deg,rgba(20, 66, 82, 1) 0%, rgba(19, 61, 34, 1) 50%, rgba(46, 46, 21, 1) 100%);
}

.main-container {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: oklch(92.3% 0.003 48.717);
}

.title {
  text-align: center;
}

.base-text {
  margin: 0;
}

.cat {
  width: 5rem;
}
