body {
    font-family: 'Lobster', cursive;
}

.gradient {
    background: rgb(227,144,156);
    background: -moz-linear-gradient(90deg, rgba(227,144,156,1) 0%, rgba(169,143,248,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(227,144,156,1) 0%, rgba(169,143,248,1) 100%);
    background: linear-gradient(90deg, rgba(227,144,156,1) 0%, rgba(169,143,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3909c",endColorstr="#a98ff8",GradientType=1);
}

.base_color {
    background: #edf0f2;
}
.contrast_color {
    color: #e09fa6;
}
