
#box_row1 {
margin-top: 2%;
margin-bottom: 15px;
margin-left: 1%;
overflow: hidden;
}

#box_row2 {
	margin-left: 1%;
overflow: hidden;
}

#box_row3 {
	margin-left: 1%;
	margin-top: 15px;

overflow: hidden;
}
.mBox {
margin-left: 5px;
margin-right: 5px;
}

.box {
width: 100%;
float: left;
cursor: pointer;
}

.box div {
margin: 0;
padding: 0;
}

.box_top {
background-color: rgba(0,176,220,0.3);
color: black;
width: 100%;
/*margin-bottom: 1px !important;*/
text-align: center;
}

.box_top a {
font-family: basic, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
color: black;
line-height: 45px;
}

.box:hover  .box_top {
background-color: rgba(0,176,220,0.1);
color: darkgray;
}

.box_content {
border: gray 1px solid;
border-top: 0px;
overflow: hidden;
/*background-color: gray;*/
}

.box_content img {
width: 100%;
}

main {
	display: grid;
	gap: 0rem;
	grid-template-columns: repeat(auto-fill, minmax(19em, 1fr));
	color: black;
}
