.mainBody {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 95%;
}

h3 {
  text-align: center;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
.logo {
  margin: 0 auto;
  display: flex;
}
.copy-right {
  text-align: center;
}
