﻿
.welcomebody{
    background-color:#00355d;
    color:white;
    text-align:center;
}

.welcome_logo{
    width:200px;
}

.welcome_coming_soon{
    font-family: 'Prompt', sans-serif;
    font-size:3em;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:2px;
}

.date1{
    color:#ff9933;
    font-size:2em;
    font-weight:bold;
}

.date2{
    color:white;
    font-size:2em;
    font-weight:bold;
    margin-left:0.5em;
    margin-right:0.5em;
}

.date3{
    color:green;
    font-size:2em;
    font-weight:bold;
}

.welcome_free_credits{
    margin:1em;
    font-size:2em;
    font-family: 'Lobster', cursive;
}

.welcome_newsletter{
    margin-bottom:2em;
}

.confirmation_modal{
    text-align:center;
    font-size:medium;
    color:#00355d;
}