.home_page {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_page h1 {
  font-size: auto;
  font-weight: bold;
}
