body{
    background-color:#c6fcfc;
    font-family:Georgia,sans-serif;
}
h1{
    font-weight:bold;
    font-size:2em;
}

h2{
    font-size:2em;
}

div{
    font-size:1.1em;
}

.card-title{
    padding:20px;
    font-size:1.3em;
    font-weight:bold;
    color:white;
}
.card-body{
    background-color:#11a869;
}
.card-text{
    background-color:white;
}

a{
    text-decoration:none;
}