@font-face{
    font-family:Unifont;
    src: 'unifont.otf';
    font-weight: bold;
}
body{
    background-color: white;
    color:black;
    font-family: "Unifont", bold;
    background-image: url("/static/tiles.png");
    margin:0px;
}



.center_div{
    text-align: center;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 800px;
    display: center;
    background-image: url("/static/posterize-pattern.png")
}

.text_box_style{
    border-style:solid;
    border-width:1px;
    margin: auto;
    width: 75%;
    background-color: white;
    background-image: none;
}

.image_style{
    img{
        display: center;
        margin: auto;
        width: 75%;
        image-rendering: pixelated;
        width:640px;    
    }
}

iframe{
    border-style:none;
    border-width:0px;
    
    
    
    }
.comment_section{
    display: center;
    border-style: solid;
    border-width: 3px;
    margin: 10px;
    width: 800px;
    background-image: none;
    background-color: white;
}
.comment_box{
    display: center;
    border-style: solid;
    border-width: 3px;
    margin: 10px;
    width: 800px;
    background-image: none;
}
.comment{
    text-align: center;
    padding: 7px 0;
    margin: 10px;
    width=50%;
    border: 2px solid gray;
    
    background-image: none;
    
    
}
.comment_content{
    white-space: pre;
    text-align: left;    
    padding: 7px 7px;
    margin: auto;
    width=50%;
    background-image: none;
}
table {
    width:100%;
    text-align: center;
    background-image: url("/static/posterize-pattern.png")
        

}
    .column{
        float:left;
        width:30%;
    }
    .row:after{
        content:"";
        display:table;
        clear:both;
    
    }
    
.author_info{
    display:center;
    margin: 20px;
    padding: 20px;
    float:right;
    width:300px;
    background-image: url("/static/posterize-pattern.png")

    }
    
    
.new_comment{
        margin:10px;
        
        
}

.bottom_bar{
	background-image: url("/static/posterize-pattern.png");
	position: absolute;
	width: 100%;
	top:  fit-content;

}


