/* pc */
body {
position: relative;
width: 1512px;
height: 980px;

background: linear-gradient(180deg, #48B3FF 0%, #F2F6FE 55%, #F4F6FA 100%);
border-radius: 0px;
}

img {
    /* image 1 */

position: absolute;
width: 100px;
height: 29px;
left: calc(50% - 100px/2);
top: 64px;

background: url("/static/img/2121lg.png");
}