@font-face {
    font-family: 'vcr_osd_mono';
    src: url('/fonts/vcr_osd_mono.woff2') format('woff2'),
         url('/fonts/vcr_osd_mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tewi';
    src: url('/fonts/tewi.woff2') format('woff2'),
         url('/fonts/tewi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: black;
    background-image: url("/work/2025/may2025/resolute/1.jpg");
    background-size: cover;
}

.main {
    margin: auto;
    margin-top: 90px;
    background-color: transparent;
    width: 900px;
    height: 1365px;
    margin-bottom: 10px;
}

.bigbox {
    background-color: #000;
    width: 700px;
    height: 850px;
    color: white;
    padding: 10px;
    box-sizing: border-box;
        margin: auto;
    margin-top: 10px;
    margin-bottom: 0px;
}

.funbox {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 0.5fr 5fr 1fr 3fr 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px; 
}

.outline1 {
    grid-area: 1 / 1 ;
    background-color: transparent;
    width: 680px;
    height: 825px;
    z-index: 2;
    position: absolute;
    transform: scale(1.02, 1.02);
    outline: 1px solid #00f;
    pointer-events: none; 
}
.outline2 {
    grid-area: 1 / 1 ;
    background-color: transparent;
    width: 680px;
    height: 830px;
    z-index: 3;
    position: absolute;
    transform: scale(1.04, 1.04);
    outline: 1px solid #f00;
    pointer-events: none;
}

.links {
    grid-area: 1 / 1 / 2 / 3;
    background-color: transparent;
    width: 680px;
    height: 50px;
    margin: auto;
    margin-top: 0px;
    text-align: right;
        box-sizing: border-box;

}
.links span {
    color: white;
    font-size: 14px;
        font-family: 'tewi';
    text-shadow: 0px 1px 0px #f00;
    text-align: right;
}
.links a {
 color: white;
    text-decoration: underline dashed #f00;
    font-size: 16px;
    font-family: 'tewi';
    text-align: right;

}
.links a:hover {
    color: #00f;
    text-decoration: underline dashed #f00;
}
.links hr {
    color: #00f;
    width: 85%;
}
.sideimage {
    grid-area: 2 / 1 / 3 / 2;
    background-color: transparent;
    height: 500px;
    width: 220px;
    box-sizing: border-box;
}

.textbox {
    grid-area: 2 / 2 / 3 / 3;
    background-color: transparent;
    height: 600px;
    width: auto;
    box-sizing: border-box;
    border: 3px double #00f;
    font-size: 14px;
    font-family: tewi;
    text-align: left;
    padding: 10px;
    text-shadow: 0px 1px 0px #00f;
    text-indent: 20px; 
}

#statuscafe {
    padding: 5px;
    background-color: transparent;
    border: 3px double #00f;
}

#statuscafe-username {
    margin-bottom: .5em;
}

#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.middlethang {
    grid-area: 3 / 1 / 4 / 3;
    margin-top: 10px;
    height: 80px;
    width: 500px;
    margin: auto;
        box-sizing: border-box;
    font-family: "tewi";
    font-size: 12px;
    text-shadow: 0px 1px 0px #00f;

}

.footer {
    grid-area: 4 / 1 / 6 / 3;
    background-color: transparent;
    width: 650px;
    height: 45px;
    margin: auto;
    margin-top: 0px;
        box-sizing: border-box;
    border: 3px double #00f;
    padding: 5px;

}
.footer p {
        font-family: 'tewi';
    font-size: 12px;
    color: white;
    text-align: center;
    text-shadow: 0px 1px 0px #00f;
    line-height: 3px;
}

.title {
    background-color: transparent;
    margin: auto;
    margin-top: 50px;
    width: 700px;
    height: 50px;
    box-sizing: border-box;
}

.title span {
    font-family: 'vcr_osd_mono';
    text-align: left;
    color: white;
    font-size: 54px;
    text-shadow: -5px 0px 0px #f00;
}

.subtitle {
    background-color: transparent;
    margin: auto;
    width: 700px;
    height: 20px;
    box-sizing: border-box;
    font-family: 'tewi';
    font-size: 12px;
    color: white;
    text-align: left;
    text-shadow: 0px 1px 0px #f00;
}

.blink {
    font-family: 'vcr_osd_mono';
    text-align: left;
    color: white;
    font-size: 52px;
    text-shadow: -5px 0px 0px #f00;
    animation:blinkingText 1.5s infinite;
}

@keyframes blinkingText{
    0%{ color: #fff; }
    49%{ color: transparent; text-shadow: 0px 0px 0px transparent}
    99%{color: #fff;}
}

.circuits {
    margin-top: 0px;
    display: block;
    margin: auto;
    width: 650px;
    height: 200px;
}

.finalfooter {
    font-family: 'tewi';
    font-size: 12px;
    color: white;
    text-align: center;
    text-shadow: 0px 1px 0px #00f;
}

a {
    color: white;
    text-decoration: underline dashed #f00;
    font-family: 'tewi';
    text-align: right;
}

a:hover {
        color: #00f;
    text-decoration: underline dashed #f00;
}