body{
    background-color: rgb(207, 233, 255);
}
.card{
    background-color: aliceblue;
}
h1{
    text-decoration: underline;
    text-align: center;
}