* {
  box-sizing: border-box;
}

.theWorld {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 34px;
  background-color: #f4f6f8;
}

.containerhoverimg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.containerhoverimg__image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
  height: 350px; /* Adjust the width and height to match the desired square size */
  background: url(../img/LibrarynewCaroussel/iStock-1481867504.webp) center/cover;
  z-index: 2;
  /* Make the circle larger */
  border-radius: 0;
  transform: scale(1.05);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(9, 55, 53, 0.08), 0px 16px 24px rgba(9, 55, 53, 0.1), 0px 24px 32px rgba(9, 55, 53, 0.14);
}
.containerhoverimg__image .containerhoverimg__info {
  position: relative;
  line-height: 1.8;
}

.link {
  border-bottom: 1px solid transparent;
  color: #06c0a8;
  text-decoration: none;
  background-color: #06c0a8;
  background-color: #06c0a8;
  color: #ffffff;
}