@font-face {
    font-family: 'caudexregular';
    src: url('https://benitengu.neocities.org/fonts/caudex/caudex-regular-webfont.woff2') format('woff2'),
         url('https://benitengu.neocities.org/fonts/caudex/caudex-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'caudexbold';
    src: url('https://benitengu.neocities.org/fonts/caudex/caudex-bold-webfont.woff2') format('woff2'),
         url('https://benitengu.neocities.org/fonts/caudex/caudex-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'caudexbold_italic';
    src: url('https://benitengu.neocities.org/fonts/caudex/caudex-bolditalic-webfont.woff2') format('woff2'),https://benitengu.neocities.org/style.css
         url('https://benitengu.neocities.org/fonts/caudex/caudex-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'caudexitalic';
    src: url('https://benitengu.neocities.org/fonts/caudex/caudex-italic-webfont.woff2') format('woff2'),
         url('https://benitengu.neocities.org/fonts/caudex/caudex-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mea-culpa-regular {
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
  font-style: normal;
}

.kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

.yuji-syuku-regular {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

[lang="ja"]{
  font-family: "Kaisei Decol", serif;
}

body {
    cursor: url(/candles_cursor.png), auto !important;
    overflow-x: hidden;
    font-family: 'caudexregular';
    max-width: 100vw;
    background-image: url("/applestripe.gif");
    background-repeat: repeat;
    text-align: right;
}

.box {
  background-color: #f6f4d2;
  border-style: groove;
  border-color: #d4e09b;
  border-width: 5px; 
  padding: 5px;
  width: fit-content;
  flex-direction: row;
}


h1 {
    font-family: 'Mea Culpa';
    font-size: 50px;
    margin: 5px;
    color: #613548;
    text-align: center;
}

h2 {
    font-family: 'caudexbold';
    font-size: 30px;
    color: #613548;
    text-align: center;
}

h3 {
    font-size: 25px;
    color: #613548;
}

a {
    color: #613548;
    text-decoration: none;
    text-shadow: #222 0px 0px 2px;
}

a:hover {
    color: #613548;
    font-weight: bold;
    text-shadow: #7f152e 0px 0px 5px;
}

b {
    font-family: 'caudexbold';
    font-weight: normal;
    text-shadow: #7f152e 0px 0px 2px;
}

i {
    font-family: 'caudexitalic';
    color: #766;
}
.image {
  width: 150px;
  height: auto;
  border: 50px solid transparent;
  border-image-slice: 225 281 229 281;
  border-image-width: 50px 50px 50px 50px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("frame.png");
  float: right;
}

.container > img:hover {
 transform: rotate(3deg);
  filter: drop-shadow(5px 5px 5px var(--dark));
  display: grid;
}


.caption {
  width: 300px;
  border: 50px solid transparent;
  border-image-slice: 385 457 299 449 fill;
  border-image-width: 50px 50px 50px 50px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("paper.png");
  border-style: solid;
  clear: right;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

.right-aligned-div {
  align-self: flex-end;
  width: 300px;
  padding: 20px;
  background: #f5f5f5;
}