* {
    margin: 0;
    padding: 0;
}

/*-------------------------------------------------------------------------------------------------------------------*/

.container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.play-button {
    margin-top: 10px;
    width: 200px;
    height: 60px;
}

.restart-button {
    margin-top: 10px;
    width: 200px;
    height: 60px;
}