body {
    text-align: center;
}

img {
    width: 100%;
}

#buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    margin: 15px 0 25px;
}

.button {
    font-size: 20px;
    width: 150px;
}

#language-selector {
    display: inline-block;
    margin-bottom: 25px;
}

@media screen and (min-width: 425px) {
    #buttons {
        flex-direction: row;
    }
}
