* {
    box-sizing: border-box
}

*+* {
    margin: .5em 0
}

pre {
    overflow: auto
}

@media(min-width:35em) {
    .col {
        display: table-cell
    }

    .\31 {
        width: 5%
    }

    .\33 {
        width: 22%
    }

    .\34 {
        width: 30%
    }

    .\35 {
        width: 40%
    }

    .\32 {
        width: 15%
    }

    .\36 {
        width: 50%
    }

    .row {
        display: table;
        border-spacing: 1em 0
    }
}

.row,
.w-100 {
    width: 100%
}

.card:focus,
hr {
    outline: 0;
    border: solid #ce6a85
}

.card,
pre {
    padding: 1em;
    border: solid #eee;
    border-radius: 7px;
}

.btn:hover,
a:hover {
    opacity: .6
}

.c {
    max-width: 60em;
    padding: 1em;
    margin: auto;
    font: 1em/1.6 Inter
}

h6 {
    font: 100 1em Inter
}

h5 {
    font: 100 1.2em Inter
}

h3 {
    font: 100 2em Inter
}

h4 {
    font: 100 1.5em Inter
}

h2 {
    font: 100 2.2em Inter
}

h1 {
    font: 100 2.5em Inter;
    font-weight: bold;
}

a {
    color: #ce6a85;
    text-decoration: none
}

.btn.primary {
    color: #fff;
    background: #ce6a85;
    border: solid #ce6a85
}

td,
th {
    padding: 1em;
    text-align: left;
    border-bottom: solid #eee
}

.btn {
    font: 1em Inter;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding: 0.8em;
    text-transform: uppercase;
    background: #fff;
    border: solid;
    border-radius: 5px;
}