
body {
  background-image: url("https://64.media.tumblr.com/9d799ddad3ffde06d37fa10845393e01/1c72f8b7a63dc025-12/s250x400/eeaa112039f855566b4865595d3242866155b973.gifv");
  color: black;
  font-family: 'MS UI Gothic', 'Galmuri';
    font-size: 10px;
    justify-content: center;
  cursor: url("https://cur.cursors-4u.net/others/oth-9/oth800.cur"), pointer;
}
body {
  margin: 4;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@font-face {
  font-family: 'Galmuri';
  src: url('https://files.catbox.moe/2a0mcw.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Galmuri14';
  src: url('https://files.catbox.moe/mwyg5g.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
.container {
    width: auto;
    height: auto;  
    background-color:white;
    border: 15px solid transparent;
  border-image: url("https://i.postimg.cc/25G2QHjY/frill-3-brown-ish.png") 20 round;
  padding: 5px;
  box-sizing: border-box;
}
.layout {
  display: flex;
  justify-content: center;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
}
.container middle {
  height: 600px;
}

.container left {
  height: 400px;
}

.container right {
  height: 400px;
}
.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  }