
@font-face {
    font-family: 'Averia Libre';
    src: url("/fpnts/AveriaLibre-Regular.woff");
    }
    
body {background-color:#7c183c;
color:black;
font-family:'Averia Libre', sans-serif;
font-size:1.4em;}

* {box-sizing: border-box;
scrollbar-color: #d53c6a #1f0510;}

h1 {text-align:center;}

a {color:#ff8274;}
a:hover {color:#d53c6a;}

.bodycontain {width:80%;
margin:auto;}

.codebox {float:left;
width:45%;
background-color:#130208;
font-family:monospace;
color:#ff8274;
padding-left:20px;
border-radius:10px;
margin-right:20px;
overflow:auto;
max-height:500px;
scrollbar-width:thin;}
