
.center_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
}

.center_img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}