.maintenance-wrapper .maintenance-message img {
    margin-top: 30px;
}
.maintenance-wrapper .maintenance-message p {
    margin: 0;
}
.maintenance-wrapper .maintenance-message {
    text-align: center;
}
.maintenance-wrapper {
    display: flex;
    height: calc((var(--vh, 1vh) * 100));
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body .block-content {
    margin-top: 0;
}