body{
    background-color: rgb(11, 3, 19);
    color: rgb(242, 224, 255);
    padding-left: 1rem;
}

a:link{
    color: cyan;
}

a:visited{
    color: rgb(0, 170, 170);
}

.jen{
    color: orangered;
}

.jet{
    color: rgb(94, 94, 94);
}

.ian{
    color: green;
}