body {
    padding: 0;
    border: 0;
    margin: 0;
    overflow-x: hidden;
}

.column {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

#authorize_button,
#signout_button {
    display: none;
}

#fullDiv {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

#player1,
#player2 {
    width: 100%;
    height: 100%;
    border: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
