@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: #f4f4f9;
}
main {
  min-height: 80vh;
}
h1, h2, h3, h4, h5, h6, #logo, .label {
  font-family: "Bitter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.label {
  font-weight: 600;
}
p {
  text-indent: 25px;
}