

/* Put your custom styles here */

.green
{
    background: #16A085;
    color: #16A085;
}

h3
{
    color: #455a6d;
}

h2
{
    color: #455a6d;
}

h1
{
    color: #16A085;
}

.green-text
{
    color: #16A085;
}

.border-bottom
{
    border: 1px solid #455a6d;
}

.main
{
    background: #455a6d;
}

