body {
    font-family: 'Inconsolata', monospace !important;
}

.horizontal {
    display: flex;
}

.content {
    max-width: 66%;
    margin: auto;
}

.title {
    padding-top: 15vh;
}

@media (max-width: 768px) {
    .content {
        max-width: 90%;
        margin: auto;
    }
}

a {
    color: black !important;
}
