.TechnicalMaintenance {
    background-color: $mouse;
    height: 400px;
    margin-bottom: 200px;
    padding-top: 100px;
    text-align: center;

    &-message {
        color: $rhino;
        font-size: 32px;
    }

    .Icons-attention {
        fill: $rhino;
        height: 45px;
        width: 45px;
    }
}
