body {
  padding: 10px;
}

.logo_container_terms {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  height: 40px;
  flex-direction: row;
  font-size: 24px;
  font-weight: bold;
}

.logoicon {
  height: 40px;
}

.logo_link {
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
}
