.title {
    color: red;
}

.third {
    width: 33%;
}

.full {
    width: 100%;
}

.bold {
    font-weight: bolder;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.flex-horizontal {
    display: flex;
    align-items: center;
}

.flex-center {
    justify-content: center;
}

.icon {
    width: 2em;
    height: 2em;
    fill: white;
}