.about{
  position: relative;
  top: 37vh;
  min-height: 100vh;
  gap: 1.5rem;
}

.about a{
  color: #000;
}


.post{
  gap: 15rem;
  padding: 2rem;
}

.post a,
.center a{
  font-size: 1.6rem;
  color: #fff;
}

.information{
  gap: 1.5rem;
  width: 50%;
  padding: 2rem 1rem;
  height: 100%;
}

.message{
  width: 50%;
  position: relative;
  top: 6vh;
}

.message img{
  width: 25rem;
  height: 25rem;
  margin: 0 auto;
}

.information h1{
  font-size: 3rem;
}

.links h2{
  font-size: 2.5rem;
}

.center{
  margin-top: 1rem;
}

.card{
  width: 100%;
  height: 25rem;
}

.card-body{
  border: 1px solid grey;
  padding: 0.5rem;
}

.card-body h5{
  font-size: 1.6rem;
  font-weight: 800;
}






