﻿/* ==================================================== */
/* Template : Coming Soon */
/* Authour  : https://downloadfort.com/ */
/* LIcense  :  https://downloadfort.com/License */
/* Template URL: https://downloadfort.com/ */
/* ==================================================== */
body {
    padding: 0.5% 8%;
    font-family: verdana;
    text-align: center;
    margin-top: 1%;
    line-height: 30px;
    background-color:#000;
}

.logo {
    width: 20%;
    height: auto;
    top: 1px;
    position: absolute;
    z-index: 10;
    border-radius: 30%;
    overflow: hidden;
    background: white;
    margin-left: 10%;
}
    
.txtblue {
    font-size: 16px;
    font-weight: 400;
    color: #0094ff;
}
.txtwhite {
    font-size: 16px;
    color: #fff;
}
.txtyellow {
    font-size: 16px;
    color: #ffd400;
}
.imgcenter {width:60%;
}