#panel {
    top: 0;
    left: 0;
    flex-direction: unset;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #0a0061;
    transform: unset;
}

#panel button {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    margin: 2px !important;
    min-width: 20px;
    min-height: 20px;
}

.hiden {
    transition: 0.4s;
    transform: translate(-100%, -50%) !important;
}

.text-block {
    margin: 1em auto !important;
    padding: 0 15px;
}

.text-block .panel {
    width: unset;
}
