body {
    font-family: Archivo, sans-serif;
    font-size: 1.35em;
    padding-top: 5px;
}

a {
    font-weight: 700;
    color: rgb(83, 83, 255);
    text-decoration-line: none;
}

p {
    margin-bottom: 1px;
}

hr {
    margin-top: 7px;
}

.code-large {
    font-family: 'Sometype Mono';
    font-size: 6.5em;
    font-weight: 700;
    margin-top: -60px;
    margin-bottom: -30px;
}

.code-small {
    font-family: 'Sometype Mono';
    font-weight: 700;
}

.mainheader {
    margin-bottom: -22px;
    font-size: 1.8em;
    font-weight: 900;
    text-transform: uppercase;
}

.headerinfo {
    margin-bottom: 15px;
}

.font-small {
    font-size: 0.9em;
}

.font-medium {
    font-size: 1.0em;
}

.font-large {
    font-size: 1.1em;
}

.strong {
    font-weight: 700;
}

.row, .mb-3, .mb-9 {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0!important;
}

.row-shade {
    background-color: rgb(228, 228, 228);
}

.row-noshade {
    background-color: white;
}

.row-shade, .row-noshade {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0 !important;
}

.info {
    width: 100%;
    height: 150px;
    padding: 10px 15px;
}

.rowheader {
    font-weight: 700;
}

.dropdown {
    padding: 6px 5px;
}

.align-right {
    text-align: right;
}

.input-text {
    width: 100%;
    max-width: 500px;
    font-size: 1em;
}

.warning {
    color: red;
}

.clean {
    color: black;
    font-weight: 300;
}