body{
    background-color: rgb(255, 128, 192);
    background-image: url(./img/heart.gif);
    background-size: 100px;
    background-repeat: repeat;
    height: 600px;
    width: 300px;
    cursor: url('./img/aestheticmouse.png'), auto;
    
}

@font-face {
  font-family: "MyCustomFont";
  src: url("fonts/Eden Meadow DEMO.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


li:hover {
    cursor: url('./img/aesthetichover.png'), auto;
}

html{
    cursor: url('./img/aestheticmouse.png'), auto;
    
}

.box2 {
  margin: 1rem;
  top: 10%
}


.container {
margin: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex; 
  justify-content: space-around; 
  align-items: center; 
  gap: 0; 
}


#box {
  border-radius: 20px;
  margin: auto;
  text-align: center;
  height: 500px;
  width: 800px;
}

.box03{
background-image:url(./img/f-ue.gif),url(./img/f-sita.gif);
background-position:top left,bottom left;
background-repeat:repeat-x,repeat-x;
margin:auto; /* 中央寄せは0をautoに変更 */
padding:30px 0;
border-radius: 10px;
width:80% /* 幅 */


}
.box-inner{
background:#fff;
background-image: url(./img/page-bg.jpg);
height: 500px;
width: 760px;
border-radius: 10px;
 margin: auto;
padding:1em


}

.buttonBg {
  background:#fff;
height: 590px;
width: 200px;
border-radius: 10px;
background-image:url(./img/f-ue.gif),url(./img/f-sita.gif);
background-position:top left,bottom left;
background-repeat:repeat-x,repeat-x;

  
}


.buttonBox {
position: absolute;
    margin-top: 3em;

}
button {
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 1.4em;
  color: white;
  background-color: rgb(255, 128, 192);
  box-shadow: 0px 1px 2px 1px rgb(224, 66, 215);
  border-radius: 10px;
  padding: 5px 12px;
  font-size: larger;
  font-family: MyCustomFont;
  transition: 0.1s linear;
  
}
button:hover {
  cursor: url('./img/aesthetichover.png'), auto;
  background-color: rgb(255, 128, 192);
  box-shadow: 0px 2px 4px 1px rgb(73, 75, 184);
}






