
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}

body{
background-image: url('vg2.png');
background-color: #AAD1FF;
margin: 7%;
font-family: 'Karla', sans-serif;
font-size: 18px;
color: #72A4EB;
}

.sidebg{
background-image: url('side0.png');
background-repeat: repeat-y;
background-position: top right;
width: 200px;
height: 100%;
position: fixed;
top: 0;
left: 0;
}

.side{
background-color: #EBEFFA;
width: 176px;
height: 100%;
padding: 1rem 0.5rem 1rem 1rem;
text-align: justify;
font-size: 20px;
display: flex;
flex-direction: column;
gap: 1rem;
}

.avatar{
width: 100%;
opacity: 0.9;
}

.desc{
padding: 0.5rem;
text-align: center;
font-family: 'Sniglet', serif;
font-weight: normal;
}

.sideheaders{
font-family: 'Sniglet', serif;
font-weight: extra-bold;
font-size: 24px;
}

.side ul{
padding-left: 2.5rem;
font-family: 'Sniglet', serif;
font-weight: extra-bold;
}

.side li{
list-style-image: url('star1.png');
font-size: 16px;
padding: .1rem;
}

.container{
display: flex;
flex-direction: column;
margin-left: 200px;
}

.headerwrapper{
display: flex;
flex-direction: row;
justify-content: space-between;
}

.title{
font-family: 'Sniglet', serif;
font-weight: bold;
color: #72A4EB;
font-size: 46px;
align-self: end;
margin-left: 0rem;
}

.date{
font-family: 'Sniglet', serif;
font-weight: bold;
color: #72A4EB;
font-size: 46px;
align-self: end;
margin-left: -.6rem;
 -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.headerimg{
width: 200px;
align-self: end;
margin-right: -1rem;
margin-bottom: -1rem;
position: relative;
z-index: 1;
}


.boxgap{
display: flex;
flex-direction: column;
gap: 1rem;
}


.box{
display: flex;
flex-direction: column;
background-color: #fffefc;
    border: 4px solid #72A4EB;
    border-radius: 5px;
}

.left{
border-right: 0px solid #72A4EB;
padding: 0.7rem;
text-align: center;

}

.icon{
border: 3px solid #72A4EB;
border-radius: 5px;
}

.icon2{
border: 3px solid #72A4EB;
border-radius: 5px;
}

.right{
padding: 1rem;
}
 
 
.bottom{
display: flex;
background-color: #fffefc;
padding: 1rem;
}

.bottom ul{
padding-left: 3.5rem;
font-family: 'Sniglet', serif;
font-weight: extra-bold;
}

.bottom li{
list-style-image: url('star1.png');
font-size: 22px;
padding: .25rem;
}

a{
color: #72A4EB;
text-decoration: none;
}

a:visited{
color: #72A4EB;
text-decoration: none;
}

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: #72A4EB;
}

#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}

#credit a{
font-family: 'Sniglet', serif;
font-weight: bold;
color: #72A4EB;
 -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: white;
}

@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;
}
}

  hr {
    border: 3px dotted #72A4EB;
    border-style: none none dashed; 
    color: #72A4EB; 
    background-color: transparent;
}
