/*
 Theme Name:   Movde Child
 Theme URI:    https://example.com/mytheme-child
 Description: Child theme for MyTheme
 Author:       Make It Digital
 Author URI:   https://makeitdigital.pt
 Template:     twentytwentyfive
 Version:      1.0.0
 Text Domain:  movde
*/

/* Your custom CSS below */

.layout {
    width: 100%;
    min-height: 100vh;
}

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

.layout-split {
    display: flex;
}
