body {
    display: flex;
    background-image: linear-gradient(30deg, #081012, #4D8FC3, #FFF3EB);
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

#board {
    border: 2px solid black;
    padding: 10px;
    margin: 10px;
}

#buttons {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

button {
    margin-bottom: 10px;
}

.button{
    border-radius: 30px;
}
