* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  line-height: 1;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
}

.container {
  background-color: hsl(212, 45%, 89%);
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.heading-primary {
  font-weight: 700;
  color: hsl(218, 44%, 22%);
  font-size: 2.2rem;
  line-height: 120%;
  letter-spacing: 0px;
}

.heading-secondary {
  font-weight: 400;
  color: hsl(216, 15%, 48%);
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.2px;
}

.margin-bottom-sm {
  margin-bottom: 1.6rem;
}

.center-text {
  text-align: center;
}
