/* scroll bar stuff */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #f0f0f0; }
::-webkit-scrollbar-thumb { background: #89CFF0; border: 1px solid #fff; border-radius: 2px; }

body {
    background-color: #ffffff;
    background-image: url('https://file.garden/ZnNr0mYRNQ9BoevX/IMG_7494.jpeg');
    background-attachment: fixed;
    font-family: "DotGothic16", sans-serif;
    color: #555;
    margin: 0;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

.lace {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: url('https://file.garden/ZnNr0mYRNQ9BoevX/IMG_2537.png') repeat-x;
    z-index: 1000; 
    pointer-events: none;
}

#corner-char {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    pointer-events: none; 
}

#container {
    width: 100%;
    max-width: 700px;  
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid #4D83AD;
    border-radius: 4px; 
    border-top-left-radius: 67px; 
    padding: 10px;
    position: relative;
    z-index: 1;
}

header {
    width: 100%;
    height: 300px;
    background: url('https://file.garden/ZnNr0mYRNQ9BoevX/IMG_7794.jpeg') center/cover;
    border-radius: 2px;
    border-top-left-radius: 67px; 
    border: 1px solid #89CFF0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-family: "Potta One", sans-serif;
}

header h1 {
    color: #4D83AD;
    font-size: 30px;
    text-shadow: 2px 2px #fff;
    padding: 5px 20px;
}

.main-wrapper {
    display: grid;
    grid-template-columns: 180px 1fr 180px;
    gap: 10px;
}


.column-stack {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.column {
    background: #fff;
    border: 1px solid #89CFF0;
    border-radius: 2px;
    padding: 10px;
}

.box-title {
    background: linear-gradient(to bottom, #89CFF0 0%, #ffffff 100%);
    border-bottom: 1px solid #89CFF0;
    margin: -10px -10px 10px -10px;
    padding: 3px;
    border-radius: 2px 2px 0 0;
    text-align: center;
    font-weight: bold;
    color: #4D83AD;
    font-size: 0.85em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrolling-text {
    background: #f0faff;
    border: 1px dashed #89CFF0;
    padding: 2px;
    font-size: 0.8em;
    margin-bottom: 10px;
}

nav ul { list-style: none; padding: 0; }
nav li { margin-bottom: 5px; border-bottom: 1px dotted #89CFF0; }
nav a { text-decoration: none; color: #666; font-size: 0.9em; display: flex; align-items: center; }
nav a:hover { color: #89CFF0; background: #f9f9f9; }

footer {
    text-align: center;
    font-size: 0.7em;
    margin-top: 10px;
    color: #89CFF0;
}

/* font shit */
.dotgothic16-regular {
  font-family: "DotGothic16", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jersey-15-regular {
  font-family: "Jersey 15", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.potta-one-regular {
  font-family: "Potta One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.shizuru-regular {
  font-family: "Shizuru", system-ui;
  font-weight: 400;
  font-style: normal;
}
