﻿/* || UTILITIES */

.no-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.center-text {
    text-align: center;
}

.text-propercasing {
    text-transform: capitalize;
}

/* … */
