@font-face {
    font-family: 'Kosugi Regular';
    src: url(font/Kosugi-Regular.ttf);
}
@font-face {
    font-family: 'TRM Font JB';
    src: url(font/TrmFontJB.ttf);
}
body{
    font-family: 'Kosugi Regular';
    margin: 0;
    background-color: rgb(241, 201, 229);
}
.container{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100vw;
    height: 100%;
}
.header{
    padding: 15px;
    width: 100%;
    height: 8%;
    text-align: center;
    background-color: palevioletred;
}
.content{
    padding: 15px;
    width: 100%;
    height: 84%;
    align-self: center;
}
.footer{
    padding: 15px;
    width: 100%;
    height: 8%;
    text-align: center;
    background-color: palevioletred;
}
.footer a{
    color: black;
    text-decoration: none;
}
.plate{
    width: 400px;
    height: 200px;
    border: 5px ridge;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.marking, .classCode{
    max-width: 50%;
    font-stretch: auto;
}
.classCode, .serial{
    font-family: 'TRM Font JB';
}
.marking, .classCode, .hiragana{
    font-size: 50px;
    text-align: center;
    margin: 5px;
}
.hiragana{
    margin-top: 30px;
    margin-left: 15px;
}
.serial{
    font-size: 110px;
    align-self: flex-end;
}
.break {
    flex-basis: 100%;
    height: 0;
}