            @font-face {
                font-family: bittrip;
                src: url('../fonts/bittrip.otf')format("opentype");
            }
            
            @font-face {
                font-family: Citree regular;
                src: url("../fonts/Citree regular.otf")format("opentype");
            }

            @font-face {
                font-family: Citree regular;
                src: url("../fonts/Citree regular.otf")format("opentype");
                font-weight: bold;
            }

            @font-face {
                font-family: Citree regular;
                src: url("../fonts/Citree regular.otf")format("opentype");
                font-style: italic;
            }

            @font-face {
                font-family: Citree regular;
                src: url("../fonts/Citree regular.otf")format("opentype");
                font-style: italic;
                font-weight: bold;
            }

            .info {
                font-family: Citree regular;
                font-size: 20px;
                text-align: center;
                color: white;
            }

            #rainbow {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

            h1,
            h2,
            h3 {
                font-family: "bittrip";
                color: #fff;
                margin:0px;
            }

            h1 {
                font-size: 50px;
            }
            
            h2 {
                font-size: 40px;
            }

            strong {
                font-size:15px;
                font-family: "bittrip";
            }