/* 

PRIMARY

#c92a2a

-SECONDARY COLORS 
#fff5f5 #ffc9c9 #ff6b6b

- Spacing system (px)
2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128 */

* {
  margin: 0;
  padding: 0;
  max-width: 1020;
  box-sizing: border-box;
}

html {
  font-family: "Quicksand", sans-serif;
  font-size: 62.5%;
  overflow-x: hidden;
  /* scroll-behavior: smooth; */
}

body {
  font-family: "Quicksand", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #555;
  font-size: 1.8rem;

  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden; /* hide horizontal scroll if any */
  overflow-y: hidden; /* hide vertical scroll from slider */
}

body p {
  text-align: justify;
}

.section-about-us li {
  text-align: justify;
}

.header {
  height: 10rem;
}

.logo-img {
  height: 3rem;
}

.logout-icon {
  font-size: 2.5rem;
}

.heading-white {
  color: #fff;
}

.container {
  /* 1140px */
  max-width: 120rem;
  padding: 3rem 3.2rem;
  margin: 0 auto;
}

.container-two {
  /* 1140px */
  max-width: 140rem;
  padding: 3rem 3.2rem;
  margin: 0 auto;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #c92a2a;
  height: 10rem;
}
