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

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
}

.section-cont {
  position: relative;
}

.image {
  width: 100%;
  display: block;
}

.logo {
  width: 6rem;
}

.primary-heading {
  font-size: 3rem;
  font-weight: 600;
}

.secondary-heading {
  font-size: 2rem;
}

.basic-text {
  font-size: 1.6rem;
}

.text-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cont-text {
  width: 90%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.black {
  background-color: black;
  color: white;
}

.black-logo {
  filter: invert(100%);
}
