body {
    height: 100%;
    margin: 0;
    background-color: #000000;
}

.center {
    width: 350px;
    height: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -175px;
    
}