body {
    margin: 0;
    font-family: "initial";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.jumbotron { padding: 2rem 1rem; margin-bottom: 0; background-color: #e9ecef; border-radius: 0;}
.title{  font-size: 30px;}
.whatsapp{ height: 40px; width: auto; background-color: #18a707; color:#FFF; border: solid 3px #18a707; border-radius: 12px; padding: 6px; font-weight: bold; text-decoration: none;}
.copyright{padding:10px;}
.card{border:3px solid green;}
.yellow{background-color: yellow;color:#000000}
.blue{background-color: blue;color:#FFF}
.green{background-color: green;color:#FFF}
.red{background-color: red;color:#FFF}
.yellows{color: yellow;}
.blues{color: blue;}
.greens{color: green;}
.reds{color: red;}
.fixfont{ text-decoration: none;font-size: 18px;}
