:root {
  --primary-color: "#287F71";
  --secondary-color: "rgb(74, 90, 107)";
}

body {
  font-family: 'Public Sans';
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h2,
h3 {
  color: var(--primary-color);
}

.container {
  max-width: 768px;
  line-height: 26px;
  font-size: 18px;
}