body {
    margin: 0 auto;
    padding-bottom: 4px;
    font-family: ms pgothic;
    text-shadow: 0 0 0px, 0 0 3px #333;
    font-size: 15px;
    line-height: 17px;

    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

html, body {
    height: auto;
    min-height: 0;
}

body a {
    text-decoration: underline;
    color: white;

}

body a:hover {
    text-decoration: underline;
    color: #ccc;

}

.subject {

    padding: 60px;
    border: 1px;
    margin: auto 0;
    width: 560px;
    font-size: 14px;
    letter-spacing: 1px;

}

.area {
    margin: 0 auto;
    width:700px;
    max-width: 100%;
    background-color: #000;
    overflow-x: hidden;
}

.side {
    padding: 10px;
    position: fixed;


}

.table {
    width: 100px;
    background-color: #000;
    padding: 10px;
    border: 1px dotted white;
    float: right;
    line-height: 25px;

}

.fun {
    margin: 0 auto;
    padding: 40px;
    border: 1px;
    line-height: 20px;
    width: 650px;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 80%;
}

.box {
    width:700px;
    height:340px;
    margin:0 auto;
    padding:10px;
}



.me {
    background-color:#000;
    padding:15px;
    width: 300px;
    height: 326px;

    font-family: georgia;
    font-size: 15px;
    line-height: 28.3px;
    opacity: 80%;

    float:left;
    text-shadow: 0 0 0px, 0 0 4px #333;

}

.right {

    float:right;




}

.sidepic {
    background-color:#000;
    padding:15px;
    height:326px;
    overflow:hidden;
}



.updatebox {
    width:680px;
    text-align:center;
    margin: 15px auto 0 auto;
    height:15px;
    font-family:ms pgothic;
    letter-spacing:1px;
    font-weight:bold;
    background-color:#000;
    border:1px solid white;
    color:white;
    padding:5px;
    text-shadow: 0 0 0px, 0 0 0px #000;
}

.updates {
    margin:15px auto 4px auto;
    border:1px solid white;
    padding:0;
    background-color:#000;
    width:680px;
    height:auto;
    min-height:100px;
    text-shadow: 0 0 0px, 0 0 4px #333;
}

.updates-header {
    text-align:center;
    font-family:ms pgothic;
    padding:5px;
    background-color:#000;
    border-bottom:1px solid white;
}

.content-list {
    display:block;
}

.content-row {
    display:grid;
    grid-template-columns: 1fr 120px 140px;
    gap:10px;
    align-items:baseline;
    font-family:ms pgothic;
}

.content-header-row {
    font-weight:bold;
    letter-spacing:1px;
}

.text {
    padding:8px;
    overflow: auto;
    font-size:13px;
    line-height:20px;
    letter-spacing:1px;
    background-color:#000;
    height:auto;
    box-sizing:border-box;
}

mark {
    background-color: #333;
    color: white;
}
