.centered-content {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding-top: 10%;   /* tương đương top 40% */
  padding-bottom: 15%; /* tương đương bottom 50% */
}
.site-footer, {
  display:none !important;
}