            @font-face {
                font-family: ArchitectsDaughter;
                src: url('/fonts/ArchitectsDaughter-Regular.ttf');
            }

            /*@font-face {
                font-family: ;
                src: url('fonts/-Bold.tff');
                font-weight: bold;
            }

            @font-face {
                font-family: ;
                src: url('fonts/-Italic.tff');
                font-style: italic;
            }

            @font-face {
                font-family: ;
                src: url('fonts/-BoldItalic.tff');
                font-style: italic;
                font-weight: bold;
            }*/

            body {
                font-family: 'ArchitectsDaughter', sans-serif;
                margin: 10;
                background-color: #18181B;
                color: #FCEAFF;
                cursor: url('/cursors/Yellow-Arrow.cur'), pointer;
            }
            
            footer {
                background-color: #2F2F31;
                width: 100%;
                height: 50px;
                padding: 15px;
                text-align: center;
            }
            
            h1,
            h2,
            h3 {
                color: #FFFFFF;
            }
            
            h1 {
                font-size: 25px;
            }
            
            strong {
                /* this styles bold text */
                color: #FFFFFF;
            }
            
            hr {
              height: 2px;
              background-color: #D39A22;
              border: none;
            }