article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: white;
}

a {
    color: black;
    mix-blend-mode: difference;
}

a:link {
    color: black;
}

#title {
    position: fixed;
    top: 13%;
    font-size: 13pt;
    text-align: center;
    line-height: 1.1;
    font-family: "Times New Roman", Times, serif;
    font-variant-numeric: oldstyle-nums;
    color: black;
    position: fixed;
    left: 35%;
    right: 35%;
    z-index: 10;
    transform: translate(-0%, -50%);
}

.im1 {
    display: none;
    position: relative;
    width: 50%;
    height: auto;
    left: 25%;
    right: 25%;
    bottom: 3%;
    padding-top: 6px;
}

#title2 {
    display: none;
}
@media screen and (max-width: 800px) {
    #title {
        position: fixed;
        top: 13%;
        font-size: 13pt;
        text-align: center;
        line-height: 1.1;
        font-family: "Times New Roman", Times, serif;
        font-variant-numeric: oldstyle-nums;
        color: black;
        position: fixed;
        left: 20%;
        right: 20%;
        z-index: 10;
        transform: translate(-0%, -50%);
    }

    .im1 {
        display: none;
        -webkit-align-items: stretch;
        position: relative;
        width: 90%;
        height: auto;
        left: 5%;
        right: 5%;
        bottom: 3%;
        padding-top: 6px;
    }
}
