/*=================================================== BODY ==========================================*/


.nobaby-marquee,
.header-text,
.header-underline,
.lounge {
    flex-basis: 100%;
}
.nobaby-marquee {
    overflow: hidden;
    position: relative;
    top: 20px;
}
.nobaby-content {
    display: flex;
    gap: 0px;
    animation: scroll-nobaby 12s linear infinite;
    width: max-content;
    margin-bottom: 30px;
}
@keyframes scroll-nobaby {
    from { transform: translateX(100%); }
    to { transform: translateX(-100%); }
}

/*========================================= LOUNGE ===========================================*/
.lounge {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    background-image: url(backgrounds/bowling.png);
    background-size: 100px;
    background-repeat: repeat;
}

/*++++++++ BLOG LINK +++++++*/
#bloglink,
#backlog {
    display: inline-block;
    vertical-align: top;
}

/*+++++++++ CBOX (CHATBOX) ++++++++*/
.cbox {
    position: relative;
    background-color: #c8bcbc;
    height: 230px;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    min-width: 0;
    border-style: outset;
    border-width: 7px;
}


#bloglink {
    position: relative;
    padding: 0px;
    background-color: #fff;
    border: outset 7px;
}
#bloglink .img{
    width: 188px;
    height: 180px;
    background-color: rgb(255, 230, 0);
    padding-bottom: 3px;
}
#bloglink .status {
    padding-top: 5px;
    padding-bottom: 10px;
    width: 188px;
    max-height: 180px;
    background-color: #000;
    color: #fff;
    text-align: center;
}

/*++++++++ BACKLOG +++++++*/
#backlog {
    position: relative;
    padding: 0px;
    background-color: #c8bcbc;
    text-align: center;
    font-size: 15px;
    max-width: 210px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 7px;
    border-style: outset;
}
#backlog .title {
    color: #e7f491;
    text-align: center;
    font-size: 30px;
}
#backlog .title-underline {
    border: #eceaea 1px solid;

}
#backlog .content {
    position: relative;
    text-align: left;
    background-color: #c8bcbc;
    padding: 10px;
    color: #494949;
}

/*++++++ RANDOM LINKS ++++++*/
.randomlinks {
    width: 200px;
    height: 250px;
    position: relative;
    top: auto;
    right: auto;
    overflow-y: hidden;
    border-width: 7px;
    border-style: outset;
    background-color: #c8bcbc;
    flex: 0 0 auto;
}
.marquee-vertical {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.marquee-vertical-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    animation: scroll-vertical 20s linear infinite;
}

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

@keyframes scroll-vertical {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

.marquee-vertical-content:hover {
    animation-play-state: paused;
}

/*++++++ LATEST ARTWORK ++++++++*/
.newart {
    position: relative;
    top: auto;
    border-style: outset;
    border-width: 7px;
    background-image: url("backgrounds/paper.png");
    left: auto;
    height: auto;
    width: 200px;
    padding: 4px;
    overflow: hidden;
    flex: 0 0 auto;
}

/*++++++++ UPDATES +++++++*/
#updates {
    position: relative;
    flex-basis: 100%;
    min-width: 0;
    padding: 0px;
    background-color: #c8bcbc;
    text-align: center;
    font-size: 20px;
    max-width: 70%;
    max-height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border-width: 7px;
    border-style: outset;
    overflow: auto;
}
#updates .title {
    color: #f7fc8b;
    font-size: 30px;
}

/*====================================== BUTTONS ====================================*/
.buttons {
    width: 100%;
}
/*+++++++++++++++ MY BUTTON +++++++++++++*/
#mybutton {
    position: relative;
    padding: 5px;
    max-width: 700px;
    border-style: outset;
    border-width: 7px;
    background-color: #c8bcbc;
}
#mybutton .addmyshit{
    font-size: 20px;
    text-align: center;
    color: #4a4a4a;
}
textarea {
  resize: none;
}

/*+++++++++++++++ FRIENDS +++++++++++++*/
#friends {
    position: relative;
    padding: 5px;
    max-width: 650px;
    border-style: outset;
    border-width: 0px 7px 0px 7px;
    background-color: #d9d0d0;
}
#friends .title{
    font-size: 30px;
    text-align: center;
    color: #4a4a4a;
}

/*+++++++++++++++ COOL SITES +++++++++++++*/
#coolsites {
    position: relative;
    padding: 5px;
    max-width: 650px;
    border-style: outset;
    border-width: 0px 7px 0px 7px;
    background-color: #d9d0d0;
}
#coolsites .title{
    font-size: 30px;
    text-align: center;
    color: #4a4a4a;
}

/*+++++++++++++++ WEBRINGS + FANLISTINGS +++++++++++++*/
#webrings {
    position: relative;
    padding: 5px;
    max-width: 650px;
    border-style: outset;
    border-width: 0px 7px 0px 7px;
    background-color: #d9d0d0;
}
#webrings .title{
    font-size: 30px;
    text-align: center;
    color: #4a4a4a;
}

/*+++++++++++++++ LINKS +++++++++++++*/
#links {
    position: relative;
    padding: 5px;
    max-width: 650px;
    border-style: outset;
    border-width: 0px 7px 7px 7px;
    background-color: #d9d0d0;
}
#links .title{
    font-size: 30px;
    text-align: center;
    color: #4a4a4a;
}
