body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white;
}

.background-image {
    width: 100%;
    height: 100%;
    max-width: 606px;
    max-height: 606px;
    background-image: url('image.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}