		.playfair-display-<uniquifier>
		{
			font-family: "Playfair Display", serif;
			font-optical-sizing: auto;
			font-weight: 500;
			font-style: normal;
		}

		/* Reset default styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
			font-family: "Playfair Display", serif;
        }

        /* Body styles */
        body {
            background-image: url(images/background.gif);
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed;
            background-color: #000;
            -moz-background-size: 100% 100%;
            -o-background-size: 100% 100%;
            -webkit-background-size: 100% 100%; 
            background-size: 100% 100%;
            color: #fff;
            font-family: "Playfair Display", serif;
        }

        /* Header styles */
        header {
            background-image: url('images/mekill_w.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center top;
			margin: 20px;
            height: 80px; /* Adjust as needed */
        }

        /* Navigation styles */
        nav {
            background-color: #161717;
            text-align: center;
            padding: 20px 0;
        }

        nav a {
            color: #fff;
            text-decoration: none;
            margin: 0 20px;
			font-size: 20px;
        }

        /* Main content styles */
        .container {
            display: flex;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Page-specific styles */
        .about-me {
            /* Add your styles for the About Me page */
        }

        #music {
            display: flex;
            flex-direction: row;
            justify-content: space-evenly;
            align-content: space-around;
            gap: 20px;
        }

        #music .player {
           margin-bottom: 45px;
        }
        
        h2 {
            text-align: center;
            padding: 30px;
            letter-spacing: 4px;
            font-weight: 200;
            font-size: 1.5rem;
        }

        .contact {
            display: flex;
            justify-content: center;
            align-content: center;
            padding-bottom: 60px;
            text-align: center;
            padding: 40px;
        }

        footer {
            position: fixed;    
            text-align: center;    
            bottom: 30px; 
            width: 100%;
            opacity: 20%
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        h1 {
            text-align: center;
            margin: 35px 0 20px 0 !important;
          }
        
        #about {
            margin-top: 2rem;
            text-align: center;
            font-size: 1.5rem;
        }