body {
    padding: 0;
    font-family: 'MS UI Gothic';
    background-color: #f9ffe2;
    display: flex;
    font-size: 13px;
    flex-direction: column;
    align-items: center;
}

.container1 {
    display: flex;
    width: 750px;
    margin-top: 5px;
}

header {
    font-weight: bolder;
    font-size: 40px;
    height: 30px;
    width: 70%;
    background-color: transparent;
    color: black;
    text-align: left;
    padding-top: 70px;
    padding-bottom: 50px;
    border-radius: 8px;
}

ul {
    color: black;
}

li {
    color: black;
    font-weight: bold;
    list-style: none;
}

li a {
    text-decoration: none;
    color: black;
}

li a:hover {

    text-decoration: underline;
    color: black;
}

.fixed {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 200px;
    padding: 0;
    position: fixed;
}

.fixed1 {
    width: 200px;
    padding: 10px;
    background-color: #f9ffe2;
    border: 1px solid black;
    margin: 0;
}

.fixed2 {
    width: 200px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: #f9ffe2;
    border: 1px solid black;
    margin: 0;
}

.sidebar {
    text-align: center;
    width: 220px;
    box-sizing: border-box;
}

.content {
    margin-left: 10px;
    padding: 0px;
    box-sizing: border-box;
}

.post {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    background-color: #f9ffe2;
    width: 490px;
    text-align: justify;
    border: 1px solid black;
    padding: 10px;
    margin-bottom: 15px;
}

.postimg1 {
    border: 1px solid black;
    mix-blend-mode: multiply;
}

.postimg {
    margin-bottom: -5px;
}

h2 {
    margin-top: 0;
}

table.blueTable {
    width: 490px;
    text-align: left;
}

table.blueTable td,
table.blueTable th {
    border: 1px solid #000000;
    padding: 3px 5px;
}

.links {
    margin-top: -10px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.links a {
    text-decoration: none;
    color: black;
}

.links a:hover {
    text-decoration: underline;
    color: black;
}