body {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.title {
	margin-top: 10%;
}

.ratethefit {
	font-size: 150px;
	font-family: "Amatic SC";
	text-align: center;
}
.search-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
