@font-face {
    font-family: Tealand;
    src: url(../../../media/Fonts/JanesWriting-Regular.ttf);
}

html{
    background-image: url("../animedia/yellowcatpateren.gif");
    background-repeat: repeat;
    margin-left:auto;
    margin-right:auto;
}
body {
    width: 1200px;
    position: relative;
    margin-left:auto;
    margin-right:auto;
} 
.back{
    position: absolute;
    top: 0px;
    left: 0px;
}
.mainframe{
    position: absolute;
    top:30px;
    left: 150px;
    height: 2900px;
    width: 900px;
    background-image: url("../animedia/pinkwhitesakura.gif");
    border: 3px solid #d4e4ee;
}
.reviewswhitespace{
    position: relative;
    padding-top: 30px;
    padding-bottom: 1500px;
    padding-left: 15px;
    padding-right: 15px;
    width: 720px;
    height: 1100px;
    background-image: url("../animedia/linedtexture4.png");
    font-family: Tealand;
}
.review{
    position: relative;
    box-sizing: border-box;
}
.reviewimg{
    position: relative;
    width: 150px;
    border: 2px solid black;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.notice{
    position: absolute;
    top:300px;
    left: 750px;
    width: 250px;
    height: min-content;
    background-image: url("../animedia/linedtexture4.png");
    border: 3px solid #FFFFCC;
    padding: 5px;
    font-family: Tealand;
}
summary{
    color: green;
}
.music{
    position: fixed;
    top: 300px;
    left: 20px;
    width: 200px;
    height:100px;
    background-image: url("../animedia/pinkwhitesakura.gif");
    border: 3px solid #000000;
    padding: 5px;
    font-size: 20px;
}
audio {
    width: 200px;
}
.dejiko{
    position: absolute;
    top:230px;
    left: 920px;
}
h1{
    font-family: Tealand;
    background-color: #ffffe0;
}
h2{
    font-family: Tealand;
}
a[title]:hover::after {
    content: attr(title);
    position: absolute;
    top: -100%;
    left: 0;
    background-color: #ffffff;
    padding: 5px;
    font-family: Tealand;
    border: 2px dotted #000000;
  }