body {
  font-family: 'Jojoba', sans-serif;
  margin: 0 auto;
  background-color: #ededed;
}
  
h1 {
  font-family: 'Retro Gaming', sans-serif;
  font-size: 50px;
}

h2 {
  font-family: 'Retro Gaming', sans-serif;
  font-size: 40px;
}

h3 {
  font-family: 'Retro Gaming', sans-serif;
  font-size: 35px;
}

p {
  font-family: 'Jojoba', sans-serif;
  font-size:20px;
}

@font-face {
  font-family: Retro Gaming;
  src: url('https://kaoharu.neocities.org/fonts/Retro%20Gaming.ttf') format("truetype");
}

@font-face {
  font-family: Jojoba;
  src: url('https://kaoharu.neocities.org/fonts/Jojoba.otf') format("truetype");
}

@font-face {
  font-family: ShortStack;
  src: url('https://kaoharu.neocities.org/fonts/ShortStack-Regular.ttf') format("truetype");
}

.center {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 40%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box {
  width: 720px;
  margin: 0 auto;
  padding: 10px;
  border: 5px solid black;
  flex-wrap: wrap;
}

.title-box {
  background: #f2d3d3;
  background: linear-gradient(90deg,rgba(242, 211, 211, 1) 20%, rgba(244, 217, 217, 1) 30%, rgba(251, 241, 241, 1) 70%, rgba(253, 249, 249, 1) 95%, rgba(255, 252, 252, 1) 100%);
  width: 800px;
  margin: 0 auto;
  padding: 10px;
  border: 3px solid grey;
  border-radius: 15px;
  flex-wrap: wrap;
}

.home-box {
  background: #f2d3d3;
  width: 1200px;
  margin: 0 auto;
  padding: 10px;
  border: 3px solid grey;
  border-radius: 15px;
  flex-wrap: wrap;
}

.lace-box {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  border-width: 8px;
  border-style: solid;
  border-image: url("https://kaoharu.neocities.org/bgs/offwhite%20laceborder.png") 8 fill round;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.left-box-float {
  float: left;
  width: 70%;
  padding: 0px;
}
  
.right-box-float {
  float: right;
  width: 30%;
  padding: 0px;
}

.large-left {
  float: left;
  width: 80%;
  padding: 0px;
}

.tiny-right {
  float: right;
  width: 20%;
  padding: 0px;
}

.left-box {
  float: left;
  width: 30%;
  padding: 0px;
}

.right-box {
  float: right;
  width: 70%;
  padding: 0px;
}

.small-left {
  float: left;
  width: 40%;
  padding: 0px;
}
  
.big-right {
  float: right;
  width: 60%;
  padding: 0px;
}

.big-left {
  float: left;
  width: 60%;
  padding: 0px;
}
  
.small-right {
  float: right;
  width: 40%;
  padding: 0px;
}

.equal-left {
  float: left;
  width: 50%;
  padding: 0px;
}
  
.equal-right {
  float: right;
  width: 50%;
  padding: 0px;
}

#yume-ring {
  margin: 0 auto;
  padding-top: 2px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}
a[alt="This website is a part of the Yume-ring!"]{
    content: url("https://kaoharu.neocities.org/widget%20icons/confession-1-3.gif");
    margin-bottom:0px;
}

#yume-ring table {
  background-color: #00000000; /* makes the background pure white */
  margin: 0 auto; /* centers the widget */
  text-align:center;
}

#yume-ring table tr td {
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 15px;
  text-align:center;
  margin-top:0px;
}

#yume-ring .webring-prev {
  text-align:right;
}

#yume-ring .webring-info {
   text-align:center;
}

#yume-ring .webring-next {
  text-align:left;
}

#yume-ring .webring-links {
  font-size:small;
}

.menu {
  border: 3px solid #00000000;
  color: black;
  background-color: #00000000;
  padding: 5px 10px;
  font-family: 'Jojoba', sans-serif;
  text-align: right;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  width: 100%;
  border-radius: 10px;
}

.menu:hover {
  background-color: #e0afb5;
  text-align:left;
}

.button {
  border: 3px solid black;
  color: black;
  background-color: #fffcf9;
  padding: 15px 32px;
  font-family: 'Jojoba', sans-serif;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  width: 100%;
  border-radius: 10px;
}

.button:hover {
  background-color: #e0afb5;
  text-align: center;
}

div.kins {
  margin: 5px;
  float: left;
  width: 180px;
  transition: transform .2s;
}

div.kins:hover {
  transform: scale(1.1);
  object-fit: none;
}

div.kins img {
  width: 99%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

::selection {
  color: white;
  background: #e0afb5;
}

.zoom {
  margin: 3px;
  transition: transform .2s;
}
  
.zoom:hover {
  transform: scale(1.2);
  object-fit: none;
}

* {cursor: url(https://cur.cursors-4u.net/others/oth-6/oth652.cur), auto !important;}

html {
  overflow: scroll;
  overflow-x: hidden;
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 0; /* remove scrollbar space */
  background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
  background: transparent;
}

#container {
  max-width: 900px;
  margin: 0 auto;
}

#container a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

#container a:hover {
  color: #e0afb5;
  text-decoration: none;
}

#flex {
  display: flex;
}