        @font-face { font-family: riftshop; src: url(fonts/riftshop.woff); }
        @font-face { font-family: tilt; src: url(fonts/tiltwarp-regular-variablefont_xrotyrot-webfont.woff); }
        @font-face { font-family: aldrich; src: url(fonts/aldrich-regular-webfont.woff); }
        @font-face { font-family: modak; src: url(fonts/modak-regular-webfont.woff); }
        body {
            background-color: black;
            background-image: url("media/darkmode2.png");
            background-size: cover;
            background-attachment: fixed;
        }
        .section1 {
        display: flex;
        margin: 60px;
       }
       .section2 {
        display: flex;
        margin: 30px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
       }
       .body {
        background-color: black;
       }
        .center {
            display: flex;
            flex-direction: column;
            flex: 60%;
            display: flex;
            flex-direction: column;
            margin-left: 20px;
        }   
        .titlenmore {
            flex: 40%;
            margin: 10px; 
        }
        .latest {
            display: flex;
            width: 100%;
            height: 280px;
        }
        .latestvideo {
            background-color: rgba(88, 0, 189, .5);
            text-align: center; 
            margin-right: 20px;
            padding: 0px 20px 0px;
            flex: 50%
        }
        .latestentry {
            background-color: rgba(88, 0, 189, .5);
            height: 260px;
            overflow: scroll;
            padding: 0px 20px 20px;
            flex: 50%
        }
        .navbar {
            background-color: transparent;
            font-size: 25px;
        }
        .introduction {
            background-color: rgba(149, 135, 255, .5);
            padding: 40px;
            height: 700px;
            overflow: scroll;
        }
        .introduction > h1 {
            color: black;
            font-size: 35px;
            font-family: tilt;
        }
        .introduction > p {
            font-size: 30px;
        }
        .thinking {
            position: relative;
            display: flex;
        }
        p {
            line-height: 1.2;
            font-size: 20px;
            color: white;
            font-family: riftshop;
        }
        .buttonformat { 
            display: block; margin-left: auto; margin-right: auto; width: 800px; 
        }
        a:link {
            color: #5800BD;
            text-decoration: none;
        }        
        a:visited {
            color: #5800BD;
            text-decoration: none;
        }
        a:hover {
            color: #F0757B;
            text-decoration: underline;
        }
        a:active {
            color: white;
        }
        .thought_text {
            position: absolute;
            top: 10%;
            right: 0%;
        }
        .thought_text > p {
            font-size: 40px;
            text-align: center;
        }
        @media only screen and (max-width: 1500px) {
            .thought_text {
                position: absolute;
                top: 0%;
                right: 5%;
            }
            .thought_text > p{
                font-size: 20px;
            }
            .section1 {
                flex-direction: column;
            }
            .introduction {
                overflow: visible;
                height: 100%;
            }
        }