.Layout_root__O5qNr {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Важно для заполнения всей высоты экрана */
}

.Layout_main__4SwWV {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.Layout_footer__7GBOF {
    margin-top: 0;
    /* Убедимся, что футер прижат к низу */
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #7866DD
}
