       
/* FONTS */

            @font-face {
                font-family: delius;
                src: url('/fonts/DeliusSwashCaps-Regular.ttf');
            }

            @font-face {
                font-family: yoster;
                src: url('/fonts/yoster.ttf');
            }

            @font-face {
                font-family: basiic;
                src: url('/fonts/basiic.ttf');
            }

            @font-face {
                font-family: pixeltype;
                src: url('/fonts/Pixeltype.ttf');
            }

/* CONTENT */

            body {
                font-family: "delius", sans-serif;
                margin: 0px;
                color: #723d46;
                    
            #maincontent {
                max-height: 700px;
                padding: 0px 20px;
                margin: auto;
                overflow: auto;
            }
                
            h1,
            h2,
            h3 {
                color: #723d46;
                text-align: center;
            }

            h1 {
                font-size: 25px;
                font-family: "delius", sans-serif;
            }

            strong {
                /* this styles bold text */
                color: #723d46;
            }
                
            p,
            span,
            li, {
                   color: #723d46; 
                }
                
            img {
                display: block;
                margin: auto;
                    }