.list {
    color: cyan;
}

.projects {
    margin-left: auto;
    margin-right: auto;
    font-size: x-large;
    border-radius: 5px;
    width: 600px;
    color: rgb(6, 145, 115);
    background-color: rgb(46, 60, 77);
}