.colorHome{
    background-color: black;
}
.colorJulius{
    background-color: rgb(0, 0, 66);
}
.colorCornelius{
    background-color: rgb(103, 29, 103);
}
.colorOlivia{
    background-color: rgb(227, 28, 121)
}
.colorThomas{
    background-color: rgb(19, 58, 19);
}
.colorWhite{
    background-color: white;
}
.colorBlack{
    background-color: black;
}

.colorWhite:hover{
    background-color:rgb(214, 214, 214);
}

.colorBlack:hover{
    background-color:rgb(35, 35, 35);
}
.style{
    margin: 0;
    background-color: white(222, 225, 228);
}

.linkHeader{
    color: rgb(204, 204, 204);
}

.linkBlack{
    color: black;
}
.textCenter{
    text-align: center;
}



