body {
    background-color: rgb(40, 42, 54);
    color: rgb(248, 248, 242);
        
}

a:visited {
  color: rgb(189, 147, 249);
}

a:link, a:hover, a:active {
  color: rgb(255, 121, 198);
}

img {
    filter: invert(90%) sepia(20%);
}

.yellow {
    color: rgb(241, 250, 140);
}

#main-header {
    color: rgb(255, 184, 108);
}

