html, body {
    font-family: 'Roboto';
    min-height: 100svh;
    height: 100svh;
    margin: 0;
    background-color: #C4C4C4;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
}

.window {
    position: relative !important;
}

a,
a:visited {
    color: #2276EB;
    text-decoration: none !important;
}

.button > span {
    display: block !important;
}

.buttons {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 12px !important;
}

.image {
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-self: center;
}

@media (max-width: 356px) {
    .buttons {
        display: flex;
        flex-direction: column !important;
    }
}