body {
  background-image: url('assets/backgrounds/cuteflower.gif');
  background-repeat: repeat;
  background-color: #ffd4de; 
  min-height: 100vh;
  padding: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: url('assets/cursors/pulsingheart.gif'), auto;
}

@font-face {
font-family: roman;
src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
}
 
#roman {
font-family: roman;
font-size: 2em;
}

@font-face {
src: url(https://dl.dropbox.com/s/gavkuhehligvhz8/PsycheLover-Regular.otf);
font-family: psyche;
}
 
#psyche {
font-family: psyche;
font-size: 2em;
}

@font-face {
font-family: butterfly;
src: url(assets/fonts/AButterflyOnaDaffodil.ttf);
}
 
#butterfly {
font-family: butterfly;
}

@font-face {
src: url(https://dl.dropbox.com/s/1479f8x52y3z5u4/rainyhearts.ttf);
font-family: hearts;
}
 
#hearts {
font-family: hearts;
font-size: 1em;
}

#marquee {
    font-family: DS;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
    font-style: bold;
    font-size: 1.5em;
    color: white;
    letter-spacing: 1px;
    width: 100%; 
}


@media only screen and (max-width: 600px) {
#marquee {
font-size: 1.3em;
}
}

@font-face {
font-family: DS;
src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
}
 
#DS {
font-family: DS;
}

@font-face {
src: url(https://dl.dropbox.com/s/nmwc5us5l9ba39d/Grandelo.ttf);
font-family: grandelo;
}
 
#grandelo {
font-family: grandelo;
font-size: 3em;
}

h2 {
  font-family: grandelo;
  font-size: 3em;
}

h3 {
  font-family: butterfly;
  font-size: 3em;
}

p {
  font-family: hearts;
  font-size: 1.5em; 
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.frame {
    border: 30px solid transparent; 
    border-image: url('assets/borders/lace.png') 40 round;
    padding: 0px;
    background: white; 
    background-clip: padding-box;
    overflow: hidden;
}

.iconframe {
    border: 30px solid transparent; 
    border-image: url('assets/borders/lace.png') 40 round;
    padding: 0px;
    background: white; 
    background-clip: padding-box;
    overflow: hidden;
}

.frame-small {
    width: 200px;
    height: 200px; 
}

.frame-large {
    width: 600px;
    height: 200px; 
}

.iconframe img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    margin: 0;
}


.frame-content {
    width: 600px; 
    overflow: visible;
}

.content-box {
    background: #d4b5a8;
    width: 100%;
    height: 100%;
    min-height: 100%;  
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    justify-content: flex-start; 
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}


.content-box p {
    margin: 10px 0;
    color: #333;
    line-height: 1.6;
}

.content-box h3 {
    margin: 0 0 10px 0; 
    align-self: flex-start; 
}

.content-box ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style-position: outside;
}

.content-box li {
    margin: 8px 0;
    color: #333;
    font-family: hearts;
}

.divider {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.divider img {
    width: 600px;
    height: auto;
    object-fit: contain;
}

#footer {
    font-family: DS;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
    font-size: 1.5em;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
}

.lastfm-frame {
    background: #d4b5a8;
    background-clip: padding-box;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px;
}

#lastfm-widget {
    width: 100%;
    font-family: hearts;
    color: #333;
    padding: 15px;  
    box-sizing: border-box;
}

#lastfm-widget #widget {
    font-size: 1.5em;
    margin-bottom: 10px;
    word-wrap: break-word;
    line-height: 1.3;
}

#lastfm-widget p {
    margin: 5px 0;
    font-size: 1.5em; 
    line-height: 1.3;
}

#lastfm-widget small {
    font-size: 1em; 
}

#lastfm-widget a {
    color: #555;
    text-decoration: underline;
}

.main-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;  
    margin-top: 20px;
    justify-content: center;
    max-width: 1160px;  
    margin-left: auto;
    margin-right: auto;
}

.center-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.sidebar {
    width: 260px;  
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.frame-sidebar {
    width: 200px;
    overflow: visible;
}

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

.nav-link {
    font-family: hearts;
    font-size: 1.3em;
    color: #333;
    text-decoration: none;
    padding: 8px 10px;
    display: block;
    transition: background-color 0.3s;
}

.nav-link:hover {
    background-color: rgb(255, 143, 199);
}

.nav-toggle {
    font-family: hearts;
    font-size: 1.3em;
    color: #333;
    background: none;
    border: none;
    padding: 8px 10px;
    text-align: left;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nav-toggle:hover {
    background-color: rgb(255, 143, 199);
}

.nav-dropdown-content {
    display: none;
    flex-direction: column;
    padding-left: 15px;
}

.nav-dropdown-content.active {
    display: flex;
}

.nav-dropdown-content .nav-link {
    font-size: 1.2em;
}

#statuscafe {
    padding: .5em;
    background-color: #d4b5a8;
}
#statuscafe-username {
    margin-bottom: .5em;
    font-family: hearts;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
    font-family: hearts;
}

.button-frame {
    background: #d4b5a8;
    background-clip: padding-box;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.frame-button {
    width: 200px;
    min-height: auto; 
}


.button-frame img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 10px 0;
}

.button-frame p {
    font-family: hearts;
    font-size: 1em;
    color: #333;
    margin: 0 10px 10px 10px; 
    text-align: center;
}

.bottom-section {
      text-align: center;
  margin-top: 1px;
  padding: 2px;
  max-width: 1100px;
  width: 100%;
  font-family: DS;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
    font-size: 1.5em;
    color: white;
    letter-spacing: 1px;
  }

.stamp-frame {
    background: #d4b5a8;
    background-clip: padding-box;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start; 
}

.stamp-frame img {
    width: 100px; 
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    flex-shrink: 0; 
}

.webrings {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.webrings > div {
    display: flex;
    justify-content: center;
}