﻿/* ==================================================== */
/* Template : Coming Soon */
/* Authour  : https://downloadfort.com/ */
/* LIcense  :  https://downloadfort.com/License */
/* Template URL: https://downloadfort.com/ */
/* ==================================================== */
body {
    /* padding: 8%; */
    font-family: verdana;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    line-height: 30px;
    color: #6E7191;
    background-color:rgb(255, 255, 255);
}

.txtblue {
    font-size: 16px;
    font-weight: 400;
    /* color: #0094ff; */
}
.txtwhite {
    font-size: 16px;
    color: #F25F20;
}
.txtyellow {
    font-size: 16px;
    color: #F25F20;
}

.maintenance{
    width: 50vw;
    height: 50vh;
    display: flex;
}
.maintenance svg{
    width: 100%;
    height: 100%;
}