.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
}
.home-link {
  display: contents;
}
.home-image {
  width: 378px;
  height: 100px;
  object-fit: cover;
  text-decoration: none;
}
.home-text1 {
  color: rgb(11, 7, 142);
  text-align: center;
}
