body {
  font-family: "Open Sans", sans-serif;
}
.Header__logo {
  max-width: 100%; /* Limits width to 100% of its container */
  height: auto; /* Maintains aspect ratio */
}
.Header__searchTitle {
  font-weight: bold;
}
.Header_subdescription {
	display: flex;
	justify-content: center;
	color: white;
}
