.robotobold {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.textalign-center {
    text-align: center;
}

.textalign-left {
    text-align: left;
}

.textblock {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}