* {
  box-sizing: border-box;
  margin: auto;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, "Helvetica Neue", Arial, sans-serif;
  color: #19224a;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 0 30px;
}

.main-title {
  font-size: 48px;
  line-height: 1.5;
  color: #19224a;
}

.highlight {
  color: orange;
}
