.page-background {
    background-color: black;
}

.center-align-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
  }