.container-404 {
  padding: 50px 0;
  display: flex;
  background-color: var(--white-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: fit-content; /* This makes the container take full height of the viewport */
  width: 100%;
  text-align: center; /* Optional, in case of text inside the container */
}
.image-404{
  border-radius: 50%;
}