.white-containter {
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color: white;
}

a:hover {
    color: green;
}