body{
    background-color: #110000;  
    font-family: sans-serif;
}

h1 {
    color: #FE1100;
    text-align: center;
}

h2 {
    color: #fe1100;
    text-align: center;
}

h3 {
    color: white;
    text-align: left;
}

h4 {
    color: white;
    text-align: center;
}

img.profilePic {
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.cafeJazzPic {
    width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#css {
    font-style: italic;
    color: #BBFFCC;
}

p {
    font-size: 18px;
    color: white;
}

ul {
    color: white;
}

li {
    color: white;
    text-align: left;
}

ol {
    color: white;
}

canvas {
    border: 1px solid white;
    background-color: black;
}