html, body {
  background-color: white;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

header ul {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  margin: 0;
}

header li {
  display: inline-block;
}

header li a {
  text-decoration: none;
  color: inherit;
}

footer {
  background-color: #429697;
}

.spinner-clinic {
  position: absolute;
  bottom: 10px;
  right: 25px;
}