body {
    background: url(https://file.garden/Zn3b50LrhnNjTmtc/Untitled330_20251108145418.png);
  background-repeat: repeat;
  background-size:300px;
    cursor: url(https://cur.cursors-4u.net/holidays/hol-1/hol19.cur), auto;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  font-family: "dayrom";
  text-align: center;
  position: relative;
  min-height: 100%;
  padding-bottom: 50px;
}
@media (min-width:767px) {
  body {
    flex-wrap: nowrap;
  }
  .box {
    flex-basis: 25%;
  }
}
    .box {
    background: #6f1624;
    border: 35px solid;
    border-image: url(https://file.garden/Zn3b50LrhnNjTmtc/Untitled230_20240707173346.png) round;
    border-image-slice: 60 60;
    border-image-outset: .2;
    box-shadow: 0px 0px 20px 15px #191423;
    width: 75%;
    margin: auto;
    padding: 10px;
    }
.container {
  width: auto;
padding: 10px;
}

.container img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.masked {
  background: #FE82B624;
-webkit-mask-image: url(https://file.garden/Zn3b50LrhnNjTmtc/0945c1db_original.png);
-webkit-mask-size: 110%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
margin-left: auto;
margin-right: auto;
display: block;
}

.masked img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.list {
  text-align:left;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
height: 40px;
}
    ::selection {
      color: #ffffff;
      background: #3e3451;
  } 
@font-face {
src: url(https://file.garden/Zn3b50LrhnNjTmtc/DAYROM__.ttf);
font-family: "dayrom";
}
p, r {color: #000000;
            font-family: "dayrom";
            font-size: 16px;}
    a {color: #714db9;
      font-family: "dayrom";
      text-decoration: underline;
      font-size: 16px;}
