html, body {
    height: 100%;
    background-color: black;
    overflow: hidden;
    margin: 0;
}
#container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#transbox {
    position: relative;
    width: 600px;
    height: 600px;
}
