body {
    font-family: 'Open Sans', serif;
}

#language-picker {
    display: float;
}

h1 {
    font-family: 'Bungee', cursive;
    margin: 0px;
}

h2 {
    margin: 0px;
}

#buttonsContainer {
    display: flex;
    padding-bottom: 10px;
    width: 600px;
    justify-content: center;
}

button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    font-weight: bold;
    flex-grow: 1;
}

button:hover {
    background-color: white;
    color: #4CAF50;
}

table {
    border-collapse: collapse;
}

td {
    text-align: center;
    padding: 2px;
}

th {
    background-color: #4CAF50;
    padding: 5px;
}

.sum {
    font-weight: bold;
}

.dice {
    font-size: 3rem;
}

table {
    width: 600px;
}