.textcolor {
    color: yellow;
}

.textbackground {
    background-color: hotpink;
}

.teamwork {
    color: rgb(25, 199, 39);
    background-color: black;
}

body {
    background-image: url("../images/background.jpg");
    background-size: 100%;
}