            
            
            
            @font-face {
                font-family: Qahiri;
                src: url('https://gaymmdw.neocities.org/fonts/Qahiri-Regular.ttf')
                format("TrueType");
            }

            @font-face {
                font-family: New Amsterdam;
                src: url('https://gaymmdw.neocities.org/fonts/NewAmsterdam-Regular.ttf')
                format("TrueType");
                font-weight: bold;
            }

            @font-face {
                font-family: Kosugi Maru;
                src: url('https://gaymmdw.neocities.org/fonts/KosugiMaru-Regular.ttf')
                format("TrueType");
                font-style: italic;
            }

            @font-face {
                font-family: New Amsterdam;
                src: url('https://gaymmdw.neocities.org/fonts/KosugiMaru-Regular.ttf')
                format("TrueType");
                font-style: italic;
                font-weight: bold;
            }

            body {
                font-family: 'Kosugi Maru', sans-serif;
                margin: 0;
                background-color: #083838;
                max-width: 100%;
                height: 100%;
                background-attachment: fixed;
                background-repeat: no-repeat;
                color: #FFECAB;
                text-shadow: 0.1em 0.1em #300E0E;
                background-image: url('https://gaymmdw.neocities.org/bg/bg%20banner%20opacity.png');
                background-size: cover;
                background-position: center;
                   cursor: url('https://gaymmdw.neocities.org/assets/cursor.png'), auto;
            }
            
            /*header below*/
            h1,
            h2,
            h3 {
                color: #FFECAB;
            }

            h1 {
              font-family: 'Qahiri';
                font-size: 70px;
            }

            strong {
                /* this styles bold text */
                font-size: 20px;
                color: #40FFDD;
            }
