@import url('https://fonts.googleapis.com/css2?family=Cossette+Titre:wght@400;700&display=swap');

body {
    font-family: 'Cossette Titre', serif;
}

body {
  background-color: #FFFFFF;
}
.inner-image-box {
  position: relative;  
  width: 400px;
  height: 400px;
  margin: 0 auto;
  
  background-image: url('https://i.postimg.cc/8P7yDZ6h/tbhing.png');
  background-repeat: no-repeat;
  background-size: cover; 
  
  background-origin: content-box;
  background-clip: content-box;
  
  border: 3px solid #272626;
}

.link-green {
  color: #272626; 
}
.link-red {
    color: #f1e2e2;
}
.link-blue {
    color: #b6d0d2;
}
 .overlay-text a {
  text-decoration: none;
}

.overlay-text {
  text-decoration: none;
  position: absolute;
  top: 30%;
  left: 80%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
  text-align: center;
  font-size: 13px;
  font-family: 'Cossette Titre', serif; 
  color: #272626;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

.overlay-text-2 {
  text-decoration: none;
  position: absolute;
  top: 600%;
  left: -16%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
  text-align: center;
  font-size: 13px;
  font-family: 'Cossette Titre', serif; 
  color: #272626;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

*, body {
  cursor: url('https://files.catbox.moe/ujq7o5.png'), auto;
}