body {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 1%;
    text-align: center;
    color: #1D2873;
    justify-content: center;
    background-color: #FFF;
}

.TC {
    text-align: center;
    list-style-type: none;
    margin: none;
    font-family: 'Roboto Mono', monospace;
}

.TC li {
    display: inline-block;
    font-size: 20px;
    padding: 5px 20px;
    color: white;
}

#TC5 {
    color: #1D2873
}

.tcList {
    display: flex;
    justify-content: center;
    background-color: #1D2873;
}

#graph {
    margin-top: 30px;
    height: 600px;
    margin-left: 10%;
    width: 80%;
    display: block;
    justify-content: center;
}

hr {
    margin: 5px;
}

h1 {
    margin-top: 0;
    margin-bottom: 5px;
}

p {
    margin: 5px;
}
