/* Text */

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

.heading-small {
    font-size: 1.25rem;
}

.heading-medium {
    font-size: 1.5rem;
}

/* Colors */

.bg-dark-blue {
    background: #442c2b;
}


.container {
    max-width: 1100px;
    margin: 0 auto;
}