/* Custom styles will go here */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

/* Custom styles for manually controlling the modal */
.modal-backdrop.is-visible {
    display: block;
    opacity: 0.5;
}

.modal.is-visible {
    display: block;
}