@charset "utf-8";
.container {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust this if necessary */
}

.centered-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
