::selection {
    color: #f6e1c6;
    background-color: #070000;
}
html {
    cursor: grab;
    background: #4d737a;
    color: #070000;
    font-family: "MS Gothic";
    font-size: 14px;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
body {
    position: relative;
    margin: 0;
}
#content {
    width: 600px;
    margin: 10px;
    padding: 10px;
    line-height: 1.1;
    background-color: #f6e1c6;
    border: 2px solid #070000;
}
#quote {
    font-style: italic;
    font-weight: bold;
    margin: auto -10px .8em 0;
    padding: 8px;
    background-color: #070000;
    color: #f6e1c6;
}
#otomo {
    width: 160px;
    height: 241px;
    float: right;
    margin: 0 0 0 10px;
    border: 2px solid;
    overflow: hidden;
}
#name {
    float: left;
    border-right: 2px solid;
    margin-right: 10px;
    padding-right: 5px;
    font-family: monospace;
    font-size: 60px;
    font-weight: bolder;
    writing-mode: vertical-rl;
    transform: rotate(-5deg) skewX(-5deg);
    height: 245px;
}
footer {
    color: #f6e1c6;
    background-color: #070000;
    text-align: right;
    margin: 10px -10px -10px -10px;
    padding: 10px;
}
h1 {
    width: 610px;
    margin: 0;
    border-bottom: 2px solid;
}
main a, footer a {
    color: #4d737a;
    text-decoration: none;
    font-weight: bold;
}
main a:hover, footer a:hover {
    cursor: alias;
    text-decoration: underline;
}
#early-work ul {
    padding: 0;
    list-style: inside;
    list-style-type: square;
}
#new ul {
    padding: 0;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
}
img {
    pointer-events: none;
}
#works {
    background-color: #f6e1c6;
    position: absolute;
    left: 632px;
    top: -10px;
    padding: 5px 10px 10px 10px;
    width: 260px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.2;
    border: 2px solid;
        border-top: none;
}
#works strong {
    font-size: 23px;
    text-transform: uppercase;
}