@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#content {
    margin-left: auto;
    margin-right: auto;
    background-color: #1f2430;
    text-align: center;
    border-radius: 15px;
    max-width: 400px;
    filter: drop-shadow(0px 2px 5px black);
    padding-bottom: .1em;
}

body {
    background-color: #0a0e14;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
}

.table-of-contents {
    min-height: 350px;
}

#name-heading {
    padding-top: .5em;
}

#toc-img {
    width: 200px;
    border: 3px solid white;
    border-radius: 1000px;
}

#class-heading {
    padding: .5em;
    background-color: #293241;
}

ol {
    padding-left: 0;
    list-style: none;
}

li {
    font-size: 1.2em;
    padding: .5em 0 .5em 0;
    margin: 0;
}

a, a:visited {
    color: white;
    text-decoration: none;
    background: white;
    transition: color 200ms;
}

a:hover {
    color: #0046c0;
}