.body
{
    background: #e6eaea;
    font-family: 'Inter', sans-serif;
}
.welcome
{
    text-align: center;
}

.company_title
{
    font-size: 70px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}
.company_subtitle
{
    font-size: 15px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.welcome_msg 
{
    font-size: 30px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.tagline
{
    font-size: 20px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}