.levels-table{
    margin-top: 3em;
    text-align: center;
    font: 'Roboto', sans-serif;
    font-size: 1em;
}
.levels-table thead{
    color: white;
    font-weight: bold;
}
.levels-table thead td{
    background: #f3203e;
}
.levels-table thead td p{
    margin: 0px 0.5em;
}
td{
    vertical-align: middle !important;
}
