div {
    position: fixed;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    max-width: 50vw;
    max-height: 50vh;
}

body{
    background-color: #000000;
}