﻿
body {
    background: white;
}
.button {
    transition: all 0.3s;
}

.button:hover {
    opacity: 0.9;
    transform: scale(1.02);
}

.language-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top:20px
}

.statusbar {
    display: none;
}
