﻿.maintenance {
    display: flex;
    justify-content: center;
}

.maintenance-image {
    max-width: 135vh;
}

.maintenance-description {
    text-align: center;
    position: relative;
    top: -75px;
}

h2 {
    font-size: 40px;
    font-family: Arial;
    color: #326CC9;
}

span {
    font-size: 22px;
    font-family: Arial;
    color: #326CC9;
    font-weight: bold;
}
