body,
html {
    height: 100%;
    margin: 0;
    background-color: black;
}

h1 {
    color: white;
}

.main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.image-container {
    position: relative;
    height: 562px;
    width: 1000px;
    overflow: hidden;
    border-radius: 25px;
}