body{
    background-color: rgb(227, 233, 255);
    /* background-image: url(bg.jpg); */
    background-attachment: fixed;
    background-size: cover;
}

h2{
    color: rgb(89, 89, 120);
}

div.card{
    margin-bottom: 20px;
    padding: 12px;
}