            body {
                background-color: black;
                font-family: sans-serif;
            }
            #one {
                background-color: blueviolet;
                text-align: center;
                color: #000000;
                padding: 20px;
            }
            #gradient12 {
                background-image: linear-gradient(blueviolet, #420042);
                height: 100px;
            }
            #two {
                background-color: #420042;
                text-align: center;
                padding: 20px;
            }
            #gradient23 {
                background-image: linear-gradient(#420042, #76b369);
                height: 100px;
            }
            #three {
                background-color: #76b369;
                text-align: center;
                padding: 20px;
            }
            #gradient34 {
                background-image: linear-gradient(#76b369, #b41739);
                height: 100px;
            }
            #four {
                background-color: #b41739;
                text-align: center;
                padding: 20px;
            }
            #gradient45 {
                background-image: linear-gradient(#b41739, #ff9100);
                height: 100px;
            }
            #five {
                background-color: #ff9100;
                text-align: center;
                padding: 20px;
            }
            #gradient56 {
                background-image: linear-gradient(#ff9100, #00ff62);
                height: 100px; 
            }
            #six {
                background-color: #00ff62;
                text-align: center;
                padding: 20px;
            }
            #bottomgradient {
                background-image: linear-gradient(#00ff62, #a80092);
                height: 100px;
            }
            #bottom {
                background-color: #a80092;
                text-align: center;
                margin-top: -22px;
            }
            .fourty, #tenor-gif-embed, iframe {
                width: 40%;
                max-width: 512px
            }
            .wrapperDapper {
                text-wrap: normal;
            }
            .jsThingy {
                width: 500px;
                height: 500px;
                background-color: white;
                margin-left: 36.5%;
            }
            .imglink {
                border: 10px solid;
                border-radius: 20px;
            }