body {
    background-image: url("./resources/back_ground.png");
    background-repeat: repeat;
    text-align: center;
    font-family: 'MS PGothic','TakaoPGothic';
    /*src: url("./resources/fonts/ms-pgothic_bigfontsite.com.ttf");*/
    
}

.about {
    background: rgb(0, 0, 0);
    font-size: 20px;
    padding: 10px;
    border: 4px solid rgb(235, 125, 161);
    margin: auto;
    color: aliceblue;
    block-size: auto;
    width:700px;
    text-align: center;
}

.bottomleft {
    position: fixed;
    bottom: 0;
    text-align: left;
}

.bottomright {
    position: fixed;
    bottom: 8px;
    right: 16px;
    font-size: 18px;
}

.ref {
    font-size: larger;
}

.party,
.data {
    width: 500px;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    background: rgba(44, 255, 237, 0.3);
    text-align: left;
}

.box {}

.tapesTitle,.tapesList{
    width: 500px;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    color:aliceblue;
}