@charset "utf-8";
/* CSS Document */
body{
    background-color:#A30002;
}
.red-title{
    position: absolute;
    top:50%;
    left:50%;
    transform : translate(-50%, -50%);
    font-size: 48px;
}
