* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: "Comic Neue", cursive;

  background: #f4f7fb;
  color: #253238;
}
header {
	background: linear-gradient(120deg, #ff69b4, #ffc0cb);
  font-family: "Rock Salt", cursive;
	font-size: 36px;
	color: #000000 ;
	padding: 60px 20px;
	text-align: center;
}
main {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 20px;
  
}
section {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}
section h2 {
  margin-top: 0;
  color: #ffc1cc;
}
footer {
  padding: 24px;
  text-align: center;
  background: #e8edf4;
  font-size: 0.9rem;
}
img.responsive1a {
  max-width: 100%;
  min-width:25%;
  height: auto;
  border-radius: 24px;
}
img.responsive1b {
  max-width: 100%;
  min-width:25%;
  height: auto;
  border-radius: 24px;
}
img.responsive2 {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}


.LogoHeader {
  width:100%; 
  align-content: centre;
  border-collapse:collapse; 
  border-radius:24px; 
  overflow:hidden;
}
.LogoHeader th, .LogoHeader td {
	
	  font-family: "Rock Salt", cursive;
		font-size: 16px;
  padding:16px 2px; 
  text-align:centre;
}


.LogoHeader thead {
background: linear-gradient(135deg, #ff55a3 0%, #ffc1cc 100%);  color:#fff;
}
.LogoHeader tbody tr:nth-child(even) {
  background:#f9fafb;
}