h1{
    text-shadow: 4px 4px rgb(63, 61, 61);
    text-align: center;
    padding: 20px;
    font-size: 24px
}

.center{
    margin: auto;
    width: 90%;
}

.center1{
    text-align: center;
    margin: auto;
    width: 90%;
}

.container {
	width: 95%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-around;
}

.item {
	width: 325px;
	height: 100%;
	margin: 10px;
}

table, td, th {
    border: 0px solid rgb(147, 216, 17);
    text-align: left;
  }
  
  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  td {
    height: 10px;
    vertical-align: top;
  }

@media ( max-width: 600px){
    img {width: 100%;}
}

.container1 a {
    font-size: 12px;
    text-decoration: none; 
    color: rgb(230, 214, 214); 
}
