.wp-site-blocks {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100vh;
}

#main-content {
    flex: 1;
}

.text-shadow {
    text-shadow: 1px 1px 1px black;
}