body{
    margin: auto;
    width:50%;
    font-size: 15px;
    font-family: 'Courier New', monospace;
    color: white;
}

pre{
color: rgba(194, 31, 31, 0.616) !important;
cursor:default;
}

.flex{
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 5vh;
}

.articleBox{
color: white;
text-align: center;
margin-bottom: 5vh;
}

.textBox{
    text-align: left;
    width:50%;
    margin-bottom:5vh;
}


.links{
    color: white;
text-align: center;
    text-align: center;

}

.footer{
    text-align: center;
}

#hades{
    text-align: center;
    margin-top: 10vh;
    color: rgb(189, 39, 39) !important;
}

#elysium{
    text-align: center;
    margin-top: 10vh;
    color: rgba(255, 217, 0, 0.829) !important;;
}

.textHeading{
    color: goldenrod !important;
}

#codeBox{
    width:100%;
    white-space-collapse: preserve;
    text-align: center;
}

.docLink{
    text-decoration: none;
    color: green;
}

