html{
    background-image:url(https://file.garden/ZmJp8yOgiFXI9cMA/Neocities/backgrounds/flowerrr2.png);
    background-position: contain;
    background-size: cover;
}



.container{
    height: 700px;
    width: 1150px;
    margin: auto;
    margin-top: 120px;
}

.flexbox{
    display: flex;
    flex: 1;
    height: 90%;
    border: grey 2px dashed;
    border-radius: 5px;
    padding: 5px;
    background-image:linear-gradient(#E3AE8880, #E3DC8880, #BDE38880);
}

.sidel{
    width: 20%;
    border: #969683 dotted 1px;
    padding: 5px;
    margin: 5px;
    background-color: #E3E3D5;
}

.contents{
    width: 60%;
    border: #969683 dotted 1px;
    padding: 5px;
    margin: 5px;
    background-color: #E3E3D5;
    font-family: MS ui Gothic;
}

.sider{
    width: 20%;
    border: #969683 dotted 1px;
    padding: 5px;
    margin: 5px;
    background-color: #E3E3D5;
}

.footer{
    text-align: center;
     border: grey 2px dashed;
    height: 40px;
    margin-top: 5px;
    background-image:linear-gradient(#E3AE8880, #E3DC8880, #BDE38880);
    font-family: ms ui gothic;
}

.footer a{
    color: white;
}

.footer a:hover{
    color: #D40000;
    text-decoration: underline;
    text-decoration-style: wavy;
}

.footer p{
    margin-top: 10px;
    color: white;
}

h1{
    margin: 5px;
    text-align: center;
    border-bottom: #969683 dashed 3px;
    font-family: Times New Roman;
    text-shadow: 2px 2px 3px grey;
}

.textbox h3{
    margin: 0px;
    padding: 10px;
    border-bottom: #969683 dashed 1px;
}

.textbox{
    overflow: scroll;
    overflow-x: hidden;
    margin-top: 4px;
    height: 535px;
    padding: 10px;
}

.textbox a{
    color: #D40000;
}

.textbox a:hover{
    color: darkred;
    text-decoration: underline;
    text-decoration-style: wavy;
}

#floatl{
    float: left;
    margin: 5px;
}

hr{
    border: #969683 1px solid;
    margin: 0;
}

#floatr{
    float: right;
    margin: 5px;
}

.sidel{
    font-family: MS ui Gothic;
}

.sider{
    font-family: MS ui gothic;
}

#subtext{
    font-size: 12px;
    text-align: center;
    margin-bottom: 0
}

.sidel p{
    margin-top: 0;
}

.sidel p img{
    width: 210px;
    margin: 5px;
    border: #969683 3px double;
}

.infobox h3{
    margin: 0;
    margin-left: 0px;
    background-color: #969683;
    color: #FAFAF7;
    padding: 5px;
}

.infobox{
    border: #969683 1px dotted;
    margin: 5px;
    background-color: #FAFAF7;
    padding: 5px;
}

ul{
    list-style-type: none;
    padding-left: 3px;
}

.identity{
    overflow: scroll;
    overflow-x: hidden;
    height: 125px;
    display: block;
    align-content: center;
    justify-content: center;
    padding: 5px;
}

.socials{
    display: block;
    align-content: center;
    justify-content: center;
    padding: 5px;
}


.socials img{
    transition: transform 0.5s ease;
}

.socials img:hover{
    transform: scale(1.10);
}

.identity img{
    transition: transform 0.5s ease;
}

.identity img:hover{
    transform: scale(1.10);
}

.contents img{
    transition: transform 0.5s ease;
}

.contents img:hover{
    transform: scale(1.03);
}


.calendar{
    margin: 5px;
}

.infobox iframe{
    margin: 5px;
    width: 180px;
    overflow: hidden;
    height: 80px;
}

.ads{
    margin: 5px
}

.kitty{
    display: flex;
    margin: 5px;
}

.kitty img{
    height: 100px;
}

.chars img{
    height: 150px;
    width: 100px;
    object-fit: cover;
    box-shadow: 2px 2px 2px #969683;
}

.textbox h4{
    text-align: center;
    text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #969683;
}

.films img{
    height: 150px;
    width: 100px;
    object-fit: cover;
    box-shadow: 2px 2px 2px #969683;
}

.gaming img{
    height: 150px;
    width: 100px;
    object-fit: cover;
    box-shadow: 2px 2px 2px #969683;
}

.music img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    box-shadow: 2px 2px 2px #969683;
}