@import url(/util.css);

.site-container {
    width: 770px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.poempuppy, .footer {
    font-family: 'thin', sans-serif;
}

.note {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 13px;
      opacity: 30%;
}

.header, .footer,
.sidebar-left, .sidebar-right,
.main-content {
    border: var(--border-primary);
    background-color: var(--bg-main);
}

.header {
    height: 100px;
    position: relative;
}

.theme {
    position: absolute;
    bottom: 10px; 
    right: 10px; 
}

.footer {
    height: 50px; 
}

.main-container {
    display: flex;
    gap: 15px;
}

.sidebar-left, .sidebar-right {
    width: 30%;
    padding: 10px; 
    padding-top: 15px; 
    display: flex;
    flex-direction: column;
    gap: 15px; 
}

.main-content {
    width: 70%;
    position: relative;
    padding: 10px; 
    display: flex;
    flex-direction: column;
    gap: 10px; 
    overflow: hidden;
}

.header, .footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    margin: 0; 
    font-size: 20px;
}


.box-wrapper-nav {
    padding-left: 10px; 
}

.nav-box {
    display: flex;
    flex-direction: column;
    gap: 5px; 
    padding-right: 10px; 
}


.local-time-box {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'thin', sans-serif;
}

.button-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.poempuppy-btn {
    width: 70px;
}

.kitty-btn-box {
    padding: 10px; 
    border: var(--border-primary); 
    display: flex;
    align-items: center;
    justify-content: center;
}


.kitty-btn {
    width: 88px;
}

.mbag-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: var(--border-primary); 
    padding: 5px; 
}



.divider-box {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%;
    display: flex;
    background-image: url(/assets/div-1.png);
    background-repeat: repeat-x;
    height: 10px; 
    background-size: 100px;
}

.divider-box-bottom {
    position: absolute;
    bottom: 0; 
    left: 0; 
    width: 100%;
    display: flex;
    background-image: url(/assets/div-2.png);
    background-repeat: repeat-x;
    height: 10px; 
    background-size: 100px;
}

.welc-box {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.pfp {
    aspect-ratio: 1;
    width: 140px;
}

.welcome-txt {
    font-size: 13px;
    border: var(--border-primary); 
    padding: 10px; 
    text-align: justify;
    line-height: 1.13;
}

#calendar table {
    font-family: "gothic", sans-serif;
    border: var(--border-primary); 
    border-collapse: collapse;
}


#calendar td {
    padding: 4px 4px;
    text-align: center;
    border: var(--border-primary);
}

.cal-web-box {
    display: flex;
    gap: 10px; 
    margin-bottom: 10px;
}

.webrings-box {
    border: var(--border-primary); 
    padding: 10px; 
    font-size: 12px;
    width: 50%;
    height: 157px; 
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 5px; 
}

.accent {
    background-color: var(--secondary); 
    color: var(--text-accent) 
}

.update-box {
    margin-right: 10px; 
    margin-left: 10px; 
    max-height: 70px;
    overflow-y: scroll;
}

.update {
    display: flex;
    flex-direction: column;
    gap: 3px; 
    border-bottom: var(--border-primary); 
}

.update-pixel {
    width: 15px;
    aspect-ratio: 1;
}

.update-title {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px; 
    margin-top: 5px;
}

.update-txt {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 5px;
}

.links-box {
    margin-right: 10px; 
    margin-left: 10px; 
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 13px;
}



/******/