html, body {
  height: 100%;
  color: black;
}

body {
  background: white;
  font-family: 'Manrope', sans-serif;
}

* {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

:root {
  --bs-box-shadow-lg: 0 0rem 3rem rgba(0, 0, 0, 0.175);
  --primary: #216fc9;
}

p {
  margin-bottom: 0px;
}
/* 
.header {
  background: red;
}

.content {
  background: blue;
}

.footer {
  background: orange;
} */


.color-swatch {
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
