 @font-face {
        font-family: 'StanleyFont';
        src: url('StanleyFont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
    
    body {
        font-family: 'StanleyFont', sans-serif;
    }
    .pagepadding {
        padding: 2px 20px;
        /* First number is top&bottom, second number is sides */
    }
    .columncontainer {
        display: flex;
        flex-direction: row;
    }
    .rulescolumn{
        display: flex;
        flex-direction: column;
        width: 33%;
    }
    .rulesbox {
        display: flex;
        flex-direction: column;
        padding: 2px;
    }
    .heading {
        font-size: xx-large;
    }
    .rulestext {
        font-size: medium;
        padding-left: 20px;
        padding-bottom: 10px;
    }