body{
    background:white;
    font-family: 'p22';
}

main{
    width:70vw;
    display:flex;
    justify-content:space-between;
}

aside{
    width:28%;
}

section{
    width:70%;
}

img{
    max-height:100%;
}

p, li, h1, h2, h3{
    text-shadow: 0px 0px 10px white;
    background:url(sparkles.gif);
}

.QABox{
    border:1px solid black;
    padding: 5px;
    margin: 4px 0px;
    width: 500px;
    position:relative;
    min-height:200px;
}

s
.QABox::after{
    content:'';
    background:url('peek.png');
    background-size:contain; 
    background-repeat:no-repeat;
    position:absolute;
    height:100%;
    width:30%;
    right:-30%;
    top:-3%;
}


.answer{
    text-align: right;
    background: white;
    border: 1px solid black;
    padding: 5px;
    margin: 0px 3px;
}

#askForm{
    width:100%
}

#anonname{
    width:100%;
    border-radius:5px;
}

textarea{
    width:100%;
    min-height:200px;
    border-radius:5px;
}

@font-face {
    font-family: 'p22';
    src: url('P22 Morris Golden Regular.ttf');
}