body {
  margin: 0;
}

.home-page {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  height: 100vh;
  width: 100vw;
}

.logo {
  width: 400px;
}

.thumbnail {
  object-fit: cover;
  width: 100px;
  height: 100px;
}
