
<!DOCTYPE html>
<html>
  <head>
  <link rel="icon" type="image/x-icon" href="https://www.favicon.cc/?action=icon&file_id=1020200#">

    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>wozq 91.9</title>
 
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
 
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Parisienne&display=swap" rel="stylesheet">
 
<style>
 
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
 
body{
margin: 0;
background-color: #FDA0C3;
color: #5c3443;
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;
}
 
</style>