body{
    color: white;
    background-color: black;
}

.w {
    
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.brip{
    text-decoration: none;
    transition: color 0.5s;
}

.brip:hover{
    color: pink;
}