        body {
            font-size: 1em !important;
            color: #000 !important;
            font-family: 'Raleway', sans-serif;
            text-align: center;
            margin: 0 auto;
        }

        .copyright {
            font-size: 0.8em;
            text-align: right;
        }

        .song {
            padding-bottom: 50px;
        }

        .title {
            font-size: 2.5em;
            font-weight: 500;
        }

        header {
            background-color: #D94335;
            padding:5px;
        }

        header h1 {
            font-size: 3em;
            font-weight: 600;
            color: #fff;
            background-clip: text;
            -webkit-background-clip: text;
        }
        .song p::first-line{
            font-weight:bold;
            font-size: 1.2em;
        }

        @media print {
            .song {
                page-break-after: always;
                page-break-inside: avoid;
                padding: 0;
            }


            body {
                height: 99%;
            }
            header, .title {
                display:none;
            }
        }