body {
    background-image: url('image/ntbg.png');
    background-position: center;
    background-repeat: none;   
    font-family: monospace; 
    font-size: 14px;
}

.center-content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.content-item {
    margin-bottom: 20px;
    padding: 20px;
    background-color:rgba(255, 255, 255, 0.8);
    border: solid 1px #A0A0A0;
    display: flex;
}

.text-content a {
    text-decoration: none;
    color: #0000FF;
    background-color:rgba(255, 255, 255, 0.5);
}

.text-content a:hover {
    text-decoration: underline;
}

.headline {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.95);
}

.dateline {
    position: relative;
    /* font-weight: bold; */
    margin-bottom: 10px;
    font-size: 14px;
    width: 100px;
    /*
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.85);
    */
}

.content-main-image {
    max-width: 200px;
    margin-right: 20px;
}

.content-main-image-a {
    border: 0px;
    cusor: pointer;
}

.menu {
    display: flex;
}

.menu-item {
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color:rgba(255, 255, 255, 0.8);
    border: solid 1px #A0A0A0;
    cursor: pointer;
    font-weight: bold;
}

.menu-item:hover {
    background-color:rgba(255, 255, 255, 1);
}

.menu-item-a {
    text-decoration: none;
}

.menu-item-a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1200px) {
    body {
        background-image: url('image/ntbg.png');
        background-position: center;
        background-repeat: none;   
        font-family: monospace; 
        font-size: 16px;
    }
    .center-content {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        width: 95%;
    }
    
    .content-main-image {
        max-width: 100px;
        margin-right: 10px;
    }
    
    .headline {
        font-size: 20px;
    }
    
    .dateline {
        font-size: 16px;
    }
    .menu-item {
        margin-top: 40px;
        font-size: 50px;
    }
}



