﻿#app {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: start;
    gap: 1rem;
}


.mud-dialog.lgo {
    background-color: #f0d8a8 !important;

    /*color: #3a2f1b;*/ /* optional contrast */
/*    border-radius: 12px;*/
/*    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);*/
}