html, body {
    background-color: #e9ecef;
}

* {
    font-size: 1.25rem;
}

.color-red {
    color: #f00;
}

.color-gray {
    color: #333940;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-160 {
    margin-top: 160px;
}

.address {
    margin-top: 60px;
    margin-bottom: 60px;
}

.text-small {
    font-size: 0.6875rem;
}
