body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f5f5f5;
}
header {
  background: linear-gradient(45deg, #31c6e8, #31e8e8, #31e89f);
  color: #000;
  padding: 20px;
  text-align: center;
}
h1 {
  margin: 0;
  font-size: 24px;
}
.logo {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}
.full-width-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-width-container .content {
  text-align: center;
  max-width: 75%;
  margin: 20px 0;
}
.container-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 40px;
}
.container {
  flex: 1 1 45%;
  max-width: 45%;
  min-width: 300px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 20px;
}
h2 {
  font-size: 20px;
  margin-top: 0;
}
p {
  margin-bottom: 10px;
}
 .information {
     margin-bottom: 20px;
}
 .information .contactLink {
     text-decoration: none;
     font-weight: bold;
     color: #000;
}
 .information .details {
     text-decoration: none;
     color: #000;
}
 .organizations {
     margin-bottom: 20px;
	 text-align: center;
}
 .organization a {
     /*display: flex;*/
     align-items: center;
     flex-wrap: wrap;
}
 .organization > a > img {
     max-width: 400px;
	 max-height: 175px;
     margin: 5px 5px;
     margin-left: auto;
     /*display: block;*/
}
.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  background-color: #fff;
  margin: 40px auto; /* Set margin to auto to center the container horizontally */
  padding: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.partners img {
  max-height: 50px;
  padding: 20px;
}