﻿@media only screen and (max-device-width:400px) {
    .function-button > button {
        font-size: x-small !important;
    }
}
.function-button {
    display: flex;
    justify-content: center;
    align-items: center;
}