body {
    background-color: #000000;

    /* leave it to hide the scrollbars */
    overflow: hidden;
    margin: 0;
}

.main {
    width: 800px;
    height: 800px;
    border: 1px solid white;
    border-radius: 32px;
    margin: 10px;
}
