.page-template-template-maintenance > main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    padding: 80px 20px;
    font-family: sans-serif;
    font-size: 16px;
    color: #444;
}

.page-template-template-maintenance > main .post-title {
    text-align: center;
}

.page-template-template-maintenance > main .post-title h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: serif;
    color: #2271b1;
}

.page-template-template-maintenance > main a {
    color: #2271b1;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.page-template-template-maintenance > main a:hover {
    opacity: 0.8;
}
