

 * {cursor: url(https://files.catbox.moe/7origf.png), auto;}
A:hover{cursor: url("https://www.rw-designer.com/cursor-view/219227.png"), auto;}

    body {
            background-image:url('https://i.ibb.co/LnngYxs/e015675f.jpg');
}

.container {
    position: absolute;
    width: 80%;
    height: 500px;
    padding: 5px;
    font-family: segoe;
    border: 10px solid transparent;
    border-image: url(https://64.media.tumblr.com/dc8b8a2150614a790668da24323e7b63/b3fe8e72e0b687c9-a7/s1280x1920/1f7130ce594f050707e5bd8d03358966caba6f82.png) 30 round;
}

.flex{
  display: flex;
  gap: 1;
flex-direction: row;
flex-wrap: wrap;
}

.left{
  display: flex;
  flex-direction: column;
  flex: 1 1 200;
  width: 25%;
  height: 500px;
  background-image:url('https://i.imgur.com/zG0uT81.gif');
}

.center{
  display: flex;
    flex: 1 1 200;
  flex-direction: column;
  width: 50%;
  height: 500px;
  background-image:url('https://i.imgur.com/Oz54l9w.gif');
}

.right{
  display: flex;
  flex-direction: column;
  flex: 1 1 200;
  width: 25%;
  height: 500px;
  background-image:url('https://i.ibb.co/LnngYxs/e015675f.jpg');
}

.questions {
  overflow: auto;
  height: 500px;
}
.images{
  height: 440px;
  width: 100%;
  overflow: auto;
}
.stamps{
  height: 60px;
    width: 100%;
}

.decor {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1000;
}
.homura {
  background-image: url('https://www.nicepng.com/png/full/220-2208543_glasses-madoka-clipart-homura-akemi-madoka-kaname-kyubey.png');
  height: 350px;
  width: 500px;
  bottom: -200px;
  right: -355px;
}

.pen{
 background-image: url('https://files.catbox.moe/385a38.png');
  height: 650px;
  width: 400px;
  transform: rotate(55deg);
  top: 10px;
  right: -155px; 
}
.pudding{
 background-image: url('https://i.pinimg.com/originals/1c/e7/77/1ce777c759a0f05ff9059d401d70b171.gif');
  height: 150px;
  width: 150px;
  bottom: -200px;
  left: 67px; 
}
.flower{
 background-image: url('https://i.postimg.cc/vHxBwKHV/IMG_9901.png'); 
  
}
.essay {
  height: 200px;
  overflow: auto;
}
.results{
width: 100%;  
max-height: 400px;
}

