.tutorial {
    cursor: pointer;
    font-weight: bolder;
    color: #F26968;
}

.tutorial:hover {
    color: #00B5E2;
}