body {
    font-family: monospace;
}
h2 {
    text-align: center;
}
ul li {
    list-style-type: none;
    text-align: center;
}
ol li{
    list-style-type: none;
    text-align: center;
}
p,li {
    font-size: large;
}
h1{
    color: black;
    width: 100%;
background-color: rgba(255, 81, 0, 0.863);
text-align: center;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* You have to put column to center the image */

.indexP p{
    text-align: center;
    width: 100%;
}
   
.imgContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.indexLink {
     color:green;

}
#SSDLink{
    color: red;
}
.header-image{
    max-width: 30%;
}

#footer {
    font-weight: bold;
    text-align: center;
}