    body {
        background-image: linear-gradient(180deg, #f4f9ff, #fff);
        background-repeat: no-repeat; /* Do not repeat the image */
        background-position: center; /* Center the image */
        background-size: cover; /* Resize the background image to cover the entire container */
        font-family: "Noto Sans JP", sans-serif;
        }

 .ngngames-header a
    {
    padding-left: 20px;
    text-decoration: none;
    padding-top: 20px;
    }

    .ngngames-header
    {
        text-align: left;
        width: 100%;
        background-color: rgb(134, 174, 255);
        font-size: 30px;
        padding-top: 3px;
        padding-bottom: 5px;    
        margin-bottom: 10px;
        font-family: 'Rubik', sans-serif;
        border-bottom: 2px solid rgb(128, 143, 175);
    }

    .ngn-logo-header
    {
    width: 100px;
    }
    