.prim {
    color: #ef177d;
    font-weight: 600;
}

.scnd {
    color: #06305f;
    font-weight: 600;
}

.bldr {
    font-weight: 600;
}

.txt {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.7em;
    font-family: Rubik, sans-serif
}

.tbl {
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    margin-bottom: 2em;
}

.tbl td,
.tbl th {
    border-bottom: 1px solid silver;
    border-right: 1px solid silver;
    padding: 4px 6px;
    text-align: center;
}

.tbl th {
    text-align: center;
    color: white;
    background-color: #ef177d;
}