        :root {
            --primary-color: rgb(0, 0, 0);
            --secondary-color: rgb(255, 255, 0);
        }
        body {
            align-items: center;
            justify-content: center;
            background-color: black;
            font-family: serif;
            color: var(--primary-color);
            width: 100vw;  
            height: 90vh;
        }
        footer {
            display: flex;
            margin-left: 10px;
            margin-top: 10px;
            justify-content: left;
        }
        #logo-img {
            z-index: 100;
            width: 150px;
            position: relative;
            top: 0;
            left: 0;
            height: auto;
        }
        #header {
            margin-top: 12vh;
            display: inline-flex;
            width: 100%;
            align-items: center;
            justify-content: center;
        }
        #welcome {
            font-family: "UnifrakturCook", cursive;
            font-weight: 700;
            font-style: normal;
            font-size: 180px;
            margin: 0;
            font-weight: normal;
            margin-left: 0px;
            margin-bottom: -25px;
        }
        .dividing-line {
            margin-top: 20px;
            margin-bottom: 10px;
            width: 88px;
            border-bottom: 1px solid ;
        }
        #curves {
            z-index: -1;
            top: 0;
            position: absolute;
            height: 100vh;
            width: 100%;
            border: none;
        }
        #dots {
            z-index: 1;
            top: 0;
            position: absolute;
            height: 100%;
            width: 100%;
            border: none;
            margin: 0;
            overflow: hidden;
        }
        #content {
            display: grid;
            width: 100%;
            justify-items: center;
            justify-content: center;
        }
        #link-container {
            height: 100%;
            border: 1px solid var(--primary-color);
        }
        p {
            font-family: serif;
            margin: 0;
            margin-top: 5px;
        }
        a {
            color: var(--primary-color);
            text-decoration: none;
        }
        #nav {
            z-index: 10;
            padding: 0;
            display: flex;
            height: auto;
            justify-content: center;
            margin-bottom: 5px;
        }
        #nav-container {
            margin-bottom: 0;
            width: 100%;
            display: flex;
            justify-items: center;
            justify-content: center;
            align-items: baseline;
        }
        mark {
            background-color: black;
            color: #FFFFFF;
        }
        .social-link {
            margin-right: 10px;
            width: 65px;
            height: 35px;
            background-color: black;
            border-radius: 12px;
            transition: 0.1s ease;
            border: 3px solid var(--primary-color);
        }
        .social-link:hover {
            background-color: transparent;
        }    
        #nav-item {
            z-index: 10;
            position: relative;
            cursor: pointer;
            color: var(--secondary-color);
            font-family: 'Helvetica';
            font-size: medium;
            margin-right: 10px;
            font-weight: bolder;
            border-radius: 12px;
            list-style: none;
            border: 3px solid var(--primary-color);
            height: 20px;
            padding: 10px;
            transition: 0.2s ease;
            background-color: var(--primary-color);
        }
        #nav-item:hover {
            background-color: transparent;
            color: var(--primary-color);
        }
        .image-div {
            display: none;
            margin-top: 9px;
            width: 100vw;
        }
        .image {
            border: 1px var(--secondary-color) solid;
            height: 250px;
            width: 325px;
            margin-right: 1px;
            margin-top: 1px;
        }
        ::-webkit-scrollbar {
            height: 5px;
            width: 5px;
            cursor: pointer;
            background: transparent;
            border-radius: 5px;
        }
        .wav {
            width: 100%;
            margin-top: 5px;
            margin-bottom: 10px;
            margin-left: 0px;
            background-color: var(--primary-color);
        }
        ::-webkit-media-controls-panel {
            background: var(--primary-color);
        }
        .wav-container {
            justify-content: left;
            width: 750px;
            border-radius: 8px;
            padding: 10px;
            border: 2px solid white;
            font-family: Serif;
            margin-top: 10px;
            display: flex;
            align-items: top;
        }
        .cover-and-media {
            display: grid;
            justify-content: left;
            align-items: left;
        }
        .cover-image {
            width: 300px;
            height: 300px;
            border-radius: 5px;
            margin-bottom: 10px;
            display: block;
        }
        .album-info {
            margin-left: 15px;
            justify-content: left;
            text-align: left;
        }
        .title {
            color: white;
            font-family: "Helvetica", cursive;
            font-weight: 700;
            font-style: normal;
            font-size: 50px;
        }
        .album-description {
            color: white;
            line-height: 15pt;
            width: 90%;
            font-family: 'Helvetica';
            font-weight: 100;
            font-size: 10pt;
            font-style: italic;
            margin-bottom: 15px;
            margin-top: 15px;
            font-weight: bold;
        }
        .tracklist {
            color: white;
            line-height: 15pt;
            width: 80%;
            font-family: 'Helvetica';
            font-weight: 100;
            font-size: 10pt;
        }
        .track {
            color: white !important;
            transition: opacity 0.1s ease-in-out;
        }
        .track:hover {
            opacity: 0.5;
            text-decoration: underline;
        }
        #widget {
            border-radius: 0x !important;
            border: 1px solid var(--secondary-color);
            background-color: black;
        }
        .g-background-default {
            background-color: #FFFF00 !important;
        }
        .about {
            color: white;
            z-index: 1;
            position: relative;
            font-family: 'Helvetica';
            font-weight: normal;
            font-size: medium;
            margin-top: 10px;
            text-align: center;
            width: max-content;
            margin-bottom: 20px;
        }
        .text-link {
            width: max-content;
            margin-top: 10px;
            font-family: Serif;
            color: var(--secondary-color);
            text-decoration: underline !important;
        }
        .album-info {
            margin-bottom: 15px;
        }
        #soundcloud-player {
            padding: 5px; 
            margin-top: 0px;
            width: 800px;
            height: 700px;
        }
        #music {
            display: grid;
            font-family: 'Helvetica';
            width: 100%;
            text-align: center;
            color: var(--secondary-color);  
            justify-content: center;
            align-items: center;
        }
        .link {
            color: var(--secondary-color);
            z-index: 11;
            position: relative;
        }
        .link:hover {
            opacity: 0.5;
        }
        #dots {
            left: 0;
            width: 100vw;
        }
        .p5Canvas {
            z-index: -1;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
        #about-content {
            position: relative;
            align-items: center;
            display: flex;
            height: 70%;
            justify-items: center;
            justify-content: space-evenly;
        }
        .player {
            height: 166px;
        }
        @media only screen and (orientation: portrait) {
            .wav-container {
                display: block;
                justify-content: center;
                width: 95%;
            }
            #music {
                width: 93%;
                margin-left: 1%;
            }
            .cover-and-media {
                display: block;
                padding: 15px;
                align-items: baseline;
                padding-bottom: 5px;
            }
            .title {
                font-size: 25pt;
            }
            .wav {
                margin-left: 20px;
                width: 100%;
            }
            .cover-image {
                height: 166px;
                width: 166px;
                margin-right: 10px;
            }
            .code {
                width: 97%;
            }
            #soundcloud-player {
                width: 90vw;
                margin-top: 10px;
            }
            #welcome {
                font-size: 120px;
                margin-bottom: 0px;
            }            
            #logo-img {
                width: 80px;
            }
            .image {
                height: 100px;
                width: 150px;
            }
            body {
                width: 98vw;
                font-size: small;
            }
            .about {
                width: max-content;
                font-size: 11pt;
            }
            .wav-container {
                width: auto;
            }
        
            #nav {
                margin-top: 0px;
                margin-bottom: 10px;
            }
            #about-content {
                display: grid;
                top: 0;
            }
            .cover-image {
                height: 100px;
                width: auto;
                margin-bottom: 0px;
            }
            .cover-and-media {
                display: flex;
                margin-bottom: 10px;
            }
            .player {
                height: 100px;
            }
            .cover-image {
                display: none;
            }

        }
        @media only screen and (width >= 402px) and (orientation: portrait) {
            .cover-image {
                display: none;
            }

            .player {
                width: 100%;
            }

            .cover-and-media {
                display: block;
            }

        }
