body {
    margin: 1rem;
}

.boldRed{
    font-weight: bold;
    color: red;
}

.lastUpdate{
    font-size: 0.75rem;
    color: #acacac;
    font-style: italic;
}

.redBackgroupWithWhiteText{
    background-color: red;
    color: white;
}

.pWithOneRemMargin{
    margin: 1rem;
}

.principle{
    margin-top: 1rem;
}

.principleDescription{
    color: #7c7c7c;
}

.iconPrinciple , 
.textPrinciple {
    text-align: center;
}

.noUnderline{
    text-decoration: none;
    /* color: black; */
}