body {
  font-family: Verdana;
}

.cute-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #ff80ab; /* Border color */
  border-radius: 15px; /* Rounded corners */
  background-color: #ff80ab; /* Background color */
  color: #ffffff; /* Text color */
  transition: background-color 0.3s, color 0.3s;
}

.math-crop {
  margin-left: -180px;
  margin-top: -100px;
  width: 800px;
  height: 560px;
  /* top right bottom left*/
  clip-path: inset(85px 200px 68px 0px);
}
.math-crop2 {
  margin-left: -180px;
  margin-top: -100px;
  width: 800px;
  height: 560px;
  /* top right bottom left*/
  clip-path: inset(85px 200px 68px 0px);
}

.math7-crop {
  width: 800px;
  height: 560px;
  clip-path: inset(80px 200px 60px 30px);
}

.math-crop-frq {
  margin-left: -400px;
  margin-top: -100px;
  width: 800px;
  height: 560px;
  /* top right bottom left*/
  /*clip-path: inset(110px 0px 100px 400px);*/
}

.rw-crop {
  margin-left: -100px;
  margin-top: -30px;
  padding-right: 100px;
  width: 600px;
  height: 500px;
  /* top right bottom left*/
  clip-path: inset(70px 0px 80px 0px);
}

figure {
  border-bottom: 1px solid #000; /* Replace with your desired border color */
}
