* {
  box-sizing: border-box;
}

.wrap {
  padding: 5px;
  margin: 1px;
  height: 72rem;
  width: 70rem;
  /* (c) reijeoh */
  border-width: 7px;
  border-style: solid;
  border-image: url("https://64.media.tumblr.com/0bf9b5b1bc56ef2bd4a443aeec3dab08/e7a46821cfe7af87-12/s250x400/d314d89c3d9fb927d552b57cf19abec1d0b29c13.png") 7 fill round;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}

.body {
  background-image: url("background.png");
  background-repeat: repeat;
  background-size: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content {
  padding: 7px;
  margin: 4px;
  height: 70rem;
  width: 68rem;
  border: 5px solid #e4f0fc;
  border-radius: 7px;
  background-color: #ffffff;
}

.header {
  margin: 4px;
  padding: 7px;
  width: 66rem;
  height: 15rem;
  border: #fce4f0 5px solid;
  border-radius: 7px;
  background-image: url("headerpoo.jpg");
  background-position: center;
  background-size: 66rem;
  background-repeat: no-repeat;


}

.kurama{
  height: auto;
  width: 100%;
}
.kurama {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.kurama:hover, .kurama:focus, .kurama:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.topnav {
  height: 4rem;
  width: 66rem;
  border: #fce4f0 5px solid;
  border-radius: 7px;
  background-color: #ffffff;
  margin: 4px;
  margin-top: 1rem;
  padding-top: 2rem;
  padding: 7px;
}
.right{
  height: 47rem;
  width: 12rem;
  border: #fce4f0 5px solid;
  border-radius: 7px;
  background-color: #ffffff;
  margin-top: 1rem;
  display: inline-flex;
}
.about{
  height: 10rem;
  width: 40rem;
  border: #e4f0fc 5px solid;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: auto;
  margin-bottom: 35rem;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}
.main {
  display: flex;
  width: 42rem;
  height: 47rem;
  gap: 1rem;
  margin-top: 16px;
  border: #fce4f0 5px solid;
  border-radius: 7px;
  background-color: #ffffff;
  justify-content: center;
  align-content: center;
  display: inline-block;
}

.left {
  height: 47rem;
  width: 12rem;
  border: #fce4f0 5px solid;
  border-radius: 7px;
  background-color: #ffffff;
  margin-top: 1rem;
  display: inline-block;
  align-items: center;
  overflow: hidden;
}

p {
  font-family: "Single Day";
}