#dbtLogo {
    float: left;
}
.header-section {
    padding-top: 10px;
}
.container {
    font-size: 1em;
}
.container .ha-text h2,
.container .section-title h2 {
    font-size: 1.5em;
    text-align: center;
    margin: 1em 0;
}

.container p {
    text-align: justify;
}

p, ol {
    font-size: 1em;
    font-family: "Work Sans", sans-serif;
    color: #6a6b7c;
}

ol {
    padding-left: 30px;
    margin-bottom: 15px;
}

.container .row a,
.container .row a:link,
.container .row a:hover,
.container .row a:active,
.container .row a:visited {
    color: #1279be;
    text-decoration: none;
}

.markRed_me {
    color : #f00 !important;
}
.blink_me {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    50% { opacity: 0; }
}