.center {
    z-index: 1001;
    margin: 0;
    position: fixed;
    width: 150px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}