button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 13px;

}

body {
    font-family: 'Times New Roman', Times, serif;
}

h2 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: x-large;
    margin-left: 10px;
}

aside {
    float: right;
    display: block;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

#text {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 25px;
    color: white;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#skin div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

figure {
    width: 90px;
    height: 290px;
    float: left;
    margin: 16px;
    text-align: center;
    padding: 0;
}

#logvr {
    background-color: rgb(36, 36, 36);
    overflow-y: auto;
    height: 300px;
}

#logvr * {
    overflow-anchor: none;
}

#anchor {
    overflow-anchor: auto;
    height: 1px;
}

pre {
    height: 1px;
}