body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

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

@media(min-width: 992px) {
    .d-flex {
        display: flex;
    }
    .text-right {
        text-align: right;
        margin: 0;
    }
}

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

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

a {
    color: black;
    text-decoration: none;
}

.text-blue {
    color: #01178c;
}

h1 {
    text-transform: uppercase;
    font-size: 50px;
}

.contact_table {
    font-size: large;
}