body {
    /*font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;**/
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-weight: 300;
    font-style: normal;
    background-image: url(./img/bg1.jpg);
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.85);
    background-blend-mode: lighten;
}

a {
    text-decoration: none;
    color: #3333ff;
}

#content {
    background: rgba( 255, 255, 255, 0.75);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37);
    backdrop-filter: blur( 5.5px);
    -webkit-backdrop-filter: blur( 5.5px);
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18);
}