

<html>
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>journal theme</title>
 
<style>
 
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
 
body{
background-image: url('https://i.pinimg.com/originals/ae/5f/45/ae5f4530fc45074f9b347202171808ad.gif');
background-color: #1f1539;
margin: 7%;
font-family: 'Karla', sans-serif;
font-size: 20px;
color: #E6CBD6;
}
 
.sidebg{
background-image: url('https://i.imgur.com/WWd5ZJ1.png');
background-repeat: repeat-y;
background-position: top right;
width: 200px;
height: 100%;
position: fixed;
top: 0;
left: 0;
border: 3px solid #AEC891;
}
 
.side{
background-color: #3E5220;
width: 176px;
height: 100%;
padding: 1rem 0.5rem 1rem 1rem;
text-align: justify;
font-size: 20px;
display: flex;
flex-direction: column;
gap: 1rem;
border: 3px;
}
 
.avatar{
width: 90%;
opacity: 0.9;
border: 3px solid #AEC891;
}
 
.desc{
padding: 0.5rem;
}
 
.sideheaders{
font-family: 'Love Ya Like A Sister', serif;
font-weight: normal;
font-size: 18px;
}
 
.side ul{
padding-left: 2.5rem;
}
 
.side li{
list-style: none;
  background-image: url('list-img.gif');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 8px;
}
 
.container{
display: flex;
flex-direction: column;
margin-left: 200px;
}
 
.headerwrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
}
 
.title{
font-family: aespa;
src: url(https://dl.dropbox.com/s/gy2yvbau2ieeeng/aespa_Regular.ttf);
font-weight: normal;
color: #470A68;
font-size: 46px;
align-self: middle;
margin-left: 20rem;
}
 
.headerimg{
width: 150px;
margin-right: 0rem;
margin-bottom: 0rem;
position: relative;
z-index: 1;
}
 
.boxgap{
display: flex;
flex-direction: column;
gap: 2rem;
}
 
.box{
display: flex;
flex-direction: column;
background-color: #9077A0;
border: 3px solid #6B5370;
width: 1077px;
  min-height: 50px;
  height: 500px;        
  padding: 20px;
  word-break: break-word;
  overflow-wrap: break-word;
}

 
.icon{
border: 2px solid #f0eee9;
width: 90px;
}
 
.right{
padding: 1rem;
}
 
a{
color: #E6CBD6;
text-decoration: none;
}
 
a:visited{
color: #E6CBD6;
}
 
a:hover{
font-weight: bold;
}
 
a:active{
font-style: italic;
font-weight: normal;
}
 
 
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #967e68;
}
 
#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}
 
@media(max-width:760px){
body{
margin: 0;
padding: 1rem;
}
.sidebg{
background-image: none;
position: relative;
top: 0;
margin-bottom: 1rem;
width: 100%;
height: auto;
}
.side{
height: auto;
width: 100%;
text-align: center;
padding: 1rem;
}
.desc{
font-size: 16px;
}
.side ul{
padding: 0;
}
.side li{
display: inline;
margin-left: 4px;
}
.avatar{
width: 50%;
margin: 0 auto;
}
.container{
margin: 0;
}
.headerimg{
width: 180px;
}
.title{
font-size: 36px;
margin: 0;
}
}
 
</style>
 
</head>