        body {
            background-attachment: scroll;
            margin: 5;
            display: flex;
            text-align: center;
            color: black;
            font-size: 16px;
            display: inline-block;
            
        }

        h1 {
            color: white;
            font-family: caramel-regular;
            margin-bottom: -20px;
            font-weight: lighter;
            font-size: 75px;
            margin-top: 10px;
        }

        h2 {
            color: white;
            font-family: caramel-regular;
            margin-bottom: -20px;
            margin-top: 10px;
            font-weight: lighter;
            font-size: 35px;
        }

        h3 {
            color: white;
            font-family: caramel-regular;
            margin-bottom: 5px;
            margin-top: 10px;
            font-weight: lighter;
            font-size: 40px;
        }

        p {
            color: white;
        }

        @font-face {
            font-family: caramel-regular;
            src: url(Caramel-Regular.otf);
        }
