body {
    background-image: url(http://2017.simchefe.co.ao/wp-content/uploads/2018/02/cafe-768771_1920.jpg);
   background-repeat: no-repeat;
    background-size: 100%;
background-position: center center;
}


/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 0px;
	font-family: 'Roboto Slab', serif;
	color: black;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px solid #00aeef;
	display: table-cell;
	padding: 5px 10px 10px 10px;
}
.divTableHeading {

	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
	
}
.button {
    background-color: #00aeef; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
