.center {
  text-align: center;
  margin: auto;
}

figure.wp-block-social-link {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

figure.wp-block-social-link:hover {
  transform: scale(1.1);
}

.wp-social-link img {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

.wp-social-link img:hover {
  transform: scale(1.2);
}

.wp-block-button {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

.wp-block-button:hover {
  transform: scale(1.1);
}

.wp-block-latest-posts li {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

.wp-block-latest-posts li:hover {
  transform: scale(1.1);
}

.hidden {
	display: none;
}
