.bodystyle {
    background: rgb(82, 107, 124);
    height: 433.188px;
}

.WelcomeHeading {
    font-family: 'Advent Pro', sans-serif; 
    color: antiquewhite;
}

.weirdcolor {
    background: rgba(13,110,253,0);
}

.nimacclogo {
    width: 300px;
    height: 30px;
}


.specialblue {
    color:rgb(82, 107, 124);
}

.specialbluewidth {
    color:rgb(82, 107, 124);
    width: 315px;
}


.specialbluebackground {
    background: rgb(82, 107, 124)
}

.specialblueborder {
    border-color: rgb(82, 107, 124)
}

.colorblack {
    color: black;
}