@charset "UTF-8";
* {
    margin:0;
    padding:0;
    border:0;
}
html {
    height:100%;
}
body {
    min-height:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    background:#ffeedd url(bg.png);
    color:#112244;
    font-size:0.5cm;
    font-family:monospace;
    line-height:1.2;
}
main {
    box-sizing:border-box;
    border-left:1px solid #aa9988;
    margin:2ch;
    padding:2ch 0 2ch 3ch;
    width:100%;
    max-width:42ch;
}
h1 {
    font-size:1.67em;
    font-weight:normal;
    line-height:1;
}
h1>span {
    text-decoration:line-through;
}
h1>span:nth-of-type(1) {
    color:#b72f5f;
    display:inline-block;
    transform:rotate(0.5deg);
}
h1>span:nth-of-type(2) {
    color:#a42a69;
    display:inline-block;
    transform:rotate(-0.5deg);

}
h1>span:nth-of-type(3) {
    color:#91256f;
    display:inline-block;
    transform:rotate(-0.25deg);

}
h1>span.llc {
    font-size:0.5em;
    color:#91256f;
}
