@font-face {
    font-family: "roman"; /* Give it a unique name */
    src:
        url("path/to/times-new-roman.woff2") format("woff2"),
        url("path/to/times-new-roman.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    cursor: url("https://file.garden/aA2l8ug81GreC0q0/px/miku/BlinkingCursor.gif"), auto;
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    background: #f2f8f9 url(https://file.garden/aA2l8ug81GreC0q0/img/08700d6c.png) fixed;
    color: #918d84;
    padding: 30px;
    font-size: 11px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 14px;
    display: flex;
    justify-content: center;
}
a:link,
a:visited,
a:active {
    color: #94afff;
    text-decoration: none;
    cursor: url("https://file.garden/aA2l8ug81GreC0q0/px/miku/KotatsuCursor.gif"), auto;
}
a:hover {
    color: #a2cfff;
}
b {
    color: #6797cb;
    font-weight: bold;
    letter-spacing: 1px;
}
i {
    color: #87bffb;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 1px;
}
s {
    color: #aaa;
}
u {
    text-decoration: none;
    font-weight: bold;
}
.box {
    background: #ffffff url();
    border: 1px solid #c3c6e5;
    padding: 8px;
    padding-bottom: 5px;
    margin-bottom: 8px;
}
.box2 {
    background: #ffffff url();
    border: 1px solid #c3c6e5;
}
.title {
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #2b91ac;
    background: #fcfbf7;
    line-height: 13px;
    letter-spacing: 3px;
    text-align: left;
    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 4px;
    padding-top: 4px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 1px solid #c3c6e5;
    border-top: 1px solid #c3c6e5;
    border-right: 1px solid #c3c6e5;
}
.enter {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    background: #fcfbf7;
    border: 1px dashed #c3c6e5;
    padding: 8px;
    text-align: center;
    margin-bottom: 9px;
    letter-spacing: 2px;
    border-radius: 6px;
}
.enter a {
    color: #2b91ac;
}
.enter a:hover {
    color: #43c6e1;
}
.container {
    width: 500px;
    max-width: 100%;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
@media (max-width: 400px) {
    body {
        padding: 15px;
    }
    .enter {
        font-size: 16px;
        padding: 10px;
    }
    .box {
        word-wrap: break-word;
    }
}
