.box{
    padding: auto;
    text-decoration: none;
    border: 1px solid #DBDBDB;
    text-justify: center;    
}

.box:hover{
    background-color: #edfff5;   
}