body {
    background: black;
    color: white;
    font-family: MS PGothic, Pretendard JP;
}

@font-face {
    font-family: Pretendard JP;
    src: url(/fonts/pretendard-jp.ttf);
}

a {
    text-decoration: none;
    color: white;
    margin: 20px;
}

span {
    color: #FF7C93;
}