@font-face {
    font-family: 'YesGothic';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_13@1.0/YESGothic-Regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

body {
    background-image: url('/fortune/img/star.gif');
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: 'YesGothic', sans-serif;
    font-size: 14px;
    letter-spacing: -0.5px;
    margin: 50px;
    color: #fff;
}


img {
      max-width: 100%;
      height: auto;
    }

button {
    font-family: 'YesGothic', sans-serif;
    }

.highlight {
    font-family: 'YesGothic', sans-serif;
    letter-spacing: -0.5px;
}