@import url(https://fonts.bunny.net/css?family=raleway:400);

* {
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 1024px) {
    .container {
        flex-direction: column; /* Vertical layout */
    }
    #toc {
        display: none;
    }
}



a {
    color: inherit;
}

li {
    list-style-type: none;
}

.title {
    text-align: center;
    font-size:2em;
}