.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-right: -50%;
    object-fit: contain;
    transform: translate(-50%, -50%)

    }