.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.home-text1 {
  font-size: 24px;
  box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  font-style: normal;
  font-family: "Verdana";
  font-weight: 700;
  line-height: 4;
  animation-name: heartBeat;
  animation-delay: 0s;
  text-decoration: underline;
  animation-duration: 800ms;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.home-image {
  width: 876px;
  height: 465px;
  object-fit: cover;
}
 
.home-text2 {
  font-family: "Impact";
  line-height: 4;
}
