/*背景に画像をつける*/
#body-area {
    background-image: url(../app_img/mv.svg);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: right 10px bottom 50px;
}

/*ヘッダーにロゴを設置する*/
.text-xl img {
    width: 70%;
}