body {
    background-color: blue;
    
}

h1 {
    color: red;
    
}
.group-work{

  color: white;

}
.group-work:active{

    color: yellow;

}
.group-work:hover{

    color: yellowgreen;

}
