*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
 
body{
margin: 0;
background-color: #e69ddc;
color: #c370cf;
font-family: 'Open Sans', sans-serif;
padding: 20px;
}


.title{
padding-left: 0.5rem;
font-size: 40px;
line-height: 20px;
position: relative;
z-index: 1;
}
 
.container{
display: flex;
flex-direction: row;
gap: 1rem;
}
 
.block-1{
flex-grow: 2;
flex-basis: 0;
padding: 20px;
display: flex;
flex-direction: column;
row-gap: 10px;
background-color: #FFE4F5;
}
 
.block-2{
flex-grow: 8;
flex-basis: 0;
}
 
.pfp{
width: 100%;
border: 2px solid #5c3443;
}
 
.headers{
font-family: 'Parisienne', sans-serif;
}
 
.block-1 ul{
padding-left: 2.5em;
}
 
.block-1 li{
font-style: italic;
}
 
.content{
display: flex;
flex-direction: column;
row-gap: 1rem;
}
 
.area{
background-color: #FFE4F5;
padding: 1rem;
border-left: 4px solid #C36B8D;
display: flex;
flex-direction: column;
row-gap: 1rem;
}
 
.postheadwrapper{
display: flex;
justify-content: space-between;
}
 
.posthead{
align-self: center;
}
 
.posth2{
font-size: 26px;
}
 
.date{
font-size: 13px;
}
 
.icon{
width: 75px;
opacity: 1;
border: 2px solid #5c3443;
align-self: center;
}
 
@media(max-width:480px){
.container{
flex-direction: column;
}
.block-1{
height: auto;
text-align: center;
}
.pfpwrapper{
display: flex;
justify-content: center;
}
.pfp{
width: 80%;
}
.block-1 ul, li{
display: inline;
padding: 0;
}
.block-1 li{
margin-left: 5px;
}
.title{
text-align: center;
font-size: 44px;
}
}
 
a{
color: #5c3443;
text-decoration: none;
}
 
a:visited{
color: #5c3443;
}
 
a:hover{
font-weight: bold;
}
 
a:active{
font-weight: normal;
}
 
::-webkit-scrollbar{
width: 6px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #C36B8D;
}
 
#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}
/* Start https://www.cursors-4u.com */ * {cursor: url(https://ani.cursors-4u.net/nature/nat-11/nat1046.cur), auto !important;} /* End https://www.cursors-4u.com */
p1 {
    display:inline;
    }
    html,
    body {
      overflow: scroll;
      font-size: 15px;
    }

    #container {
      overflow: scroll;
      overflow-x: hidden;
      height: 10em;
      padding: 1rem;
     border: 2px dashed purple;
    }
    .window-body {
      margin: var(--element-spacing);
    }
    
    fieldset {
      border-image: svg-load("./icon/groupbox-border.svg") 2;
      padding: calc(2 * var(--border-width) + var(--element-spacing));
      padding-block-start: var(--element-spacing);
      margin: 0;
    }
    
    legend {
      background: var(--surface);
    }
    