body {
    background-image: url("/images/redsparkle.gif");
}

@font-face {
    font-family: "berlisch"; 
    src: url("/fonts/Berlisch.ttf") format("truetype");
}

@font-face {
    font-family: "decoder";
    src: url("/fonts/DECODER_.ttf") format("truetype");
}

.flexbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sideBar {
    width: 20%;
}

.sideBarItem {
    border: 4px solid rgb(230, 126, 126);
    box-sizing: border-box;
    margin-bottom: 2em;
    padding-left: 10px;
    padding-right: 10px;
}

.sideBarItem-1 {
    background-color: #400d0d;
}

.sideBarItem-2 {
    background-color: #400d0d;
}

.sideBarItem-3 {
    background-color: #400d0d;
}

.sideBarItem-4 {
    background-color: #400d0d;
}

.header {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
}

.title {
    font-family: 'Abril Fatface', serif;
    font-family: 'berlisch', 'Space Mono', monospace;
    font-size: 50px;
    text-align: left;
    color: #fbb8b8;
    background: rgb(201,31,113);
    background: linear-gradient(180deg, rgba(201,31,113,0.62) 21%, rgba(243,220,246,0.6206815489867823) 49%, rgba(208,58,198,0.62) 81%); 
    padding: 10px;
    border-radius: 1rem;
    box-shadow: #1d0606;
}

.sideBarHeader {
    font-family: 'Abril Fatface', serif;
    font-family: 'Space Mono', monospace;
    color:  rgb(230, 126, 126);
}

.pageLink {
    color: #e8bacc;
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
}

.pageLink:hover {
    color: #a82256;
}

.centerBody {
    width: 60%;
    margin-left: 30px;
}

.centerBody-1 {
    border: 4px solid rgb(230, 126, 126);
    padding: 30px;
    background-color: #400d0d;
    overflow: hidden;
}

.introHeader {
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 40px;
    color: rgb(230, 126, 126);
}

.shadGif {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
    height: 15rem;
}

.sillybilly {
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    max-width: 100%;
    height: auto;
}

.centerBodyText-columns {
    display: grid;
    grid-template-columns: 50% 50%;
    border: 4px solid rgb(230, 126, 126);
    background-color: #400d0d;
    margin-bottom: 2em;
}

.centerBodyText-columns1 {
    grid-column-start: 1;
    background-image: url(/images/te127.png);
}

.centerBodyText-columns2 {
    grid-column-start: 2;
    background-image: url(/images/te127.png);
}

.centerBodyText {
    text-align: center;
    padding: 15px;
    color: #f6e4e4;
    font-family: 'Orbitron', sans-serif;
    font-size: small;
}

.funFactText {
    color: #f6e4e4; 
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
}

a {
    font-size: 13px;
    font-family: sans-serif;
}

.script {
    display: none;
}

.centerBodyText-columns-sec2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 4px solid rgb(230, 126, 126);
    background-color: #400d0d;
    margin-bottom: 2em;
    padding: 2em;
    gap: 1em;
    background-image: url(/images/te127.png);
}

.centerBodyText-columns-sec3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border: 4px solid rgb(230, 126, 126);
    background-color: #400d0d;
    margin-bottom: 2em;
    padding: 2em;
    gap: 1em;
    background-image: url(/images/te127.png);
    height: 30rem;
}

.guestbook {
    width: 300%;
    height: 100%;
}

.blinkieBanner {
    align-self: center;
}

.shrineLink {
    color: #e8bacc;
    font-family: 'Orbitron', sans-serif;
    font-size: 1rem;
}