div.card{
    margin:10px;
    width: 92%;
}

.over{
    -webkit-filter:brightness(100%);
	transition: 0.5s;
}

.over:hover img{
    -webkit-filter:brightness(80%);
    transition: 0.5s;
}

table.box{
    margin-bottom:25px;
}

table.first{
    margin-top:50px;
}

.btn{
    background-color: #ff890b;
    font-style: italic;
    color: darkblue;
}