div {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 75%;
    padding: 1%;
    height: auto;
}

.grey {
    color: gray;
}
.orange {
    color: rgb(255, 72, 0);
}

.light-blue {
    color: rgb(114, 197, 245);
}

.yellow {
    color: rgb(244, 157, 43);
}

.purple {
    color: blueviolet;
}

.dark-blue{
    color: rgb(7, 153, 193);
}

.green {
    color: rgb(124, 199, 59);
}