.bg-yellow-hero {
    background-image: url(../img/dotted_bg_landscape.svg);
}

.account-name{
    font-weight: 600;
}

.bg-gray-to-white{
    background: linear-gradient(to bottom, #EEEEEE, #FFFFFF);
}
