* {
box-sizing: border-box;
}
body {
font-family: Science Gothic, sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-variation-settings: "slnt" 0, "wdth" 79.3, "CTRS" 0;
font-weight: 400;
margin: 0;
color: #fff;
min-height: 100vh;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
display: flex;
flex-direction: column;
}
html {
height: 100%;
}
img, canvas, header, .logo, .header-text, .section3, .section2, .section1, footer {
user-select: none;
-webkit-user-select: none;
cursor: default;
}
#stars-canvas {
background-color: #000;
height: 100%;
left: 0;
pointer-events: none;
position: fixed;
top: 0;
touch-action: none;
width: 100%;
z-index: 0;
}
.section, footer, header {
position: relative;
z-index: 1;
}
header {
background-color: transparent;
padding: 50px 0;
position: relative;
width: 100%;
z-index: 10;
}
.header-inner {
align-items: center;
display: flex;
justify-content: flex-end;
padding: 0 60px 0 40px;
width: 100%;
}
.header-text {
align-items: center;
color: #fff;
display: flex;
font-size: 14px;
font-weight: bold;
justify-content: flex-end;
}
.section {
background: transparent;
padding: 40px 0;
position: relative;
text-align: center;
z-index: 10;
}
.section3 {
padding-bottom: 150px;
text-align: center;
}
.image-center {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.shadow-wrapper {
display: block;
position: relative;
width: 100%;
will-change: filter;
filter: drop-shadow(0 0 15px #8F0000);
}
.image-center img {
backface-visibility: hidden;
display: block;
height: auto;
margin: 0 auto;
max-width: 280px;
position: relative;
transform: translateZ(0);
width: 50%;
z-index: 20;
}
.section1 {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 400px;
text-align: center;
}
.section1 h2 {
margin-bottom: 10px;
color: #fff;
}
.section1 p {
color: #aaa;
font-size: 16px;
margin-bottom: 20px;
}
.social-icons {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
position: relative;
z-index: 20;
}
.social-icons a {
border-radius: 50%;
display: inline-block;
height: 60px;
opacity: 1;
transition: transform 0.3s ease, box-shadow 0.4s ease, opacity 0.3s ease;
width: 60px;
}
.social-icons img {
height: 100%;
object-fit: contain;
width: 100%;
}
.social-icons a:hover {
box-shadow: 0 0 20px #8F0000, 0 0 30px #8F0000, 0 0 40px #8F0000;
opacity: 0.8;
transform: scale(1.15);
}
.section2 {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 400px;
}
.spotify-box {
position: relative;
text-align: center;
z-index: 20;
}
#spotify-current {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
color: #fff;
font-size: 18px;
margin-top: 15px;
}
#spotify-current img {
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
height: 120px;
width: 120px;
object-fit: cover;
}
.progress-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
width: 80%;
}
.progress-bar {
background: #2b2b2b;
border-radius: 6px;
flex: 1;
height: 12px;
overflow: hidden;
}
.progress-bar-fill {
background-color: #8F0000;
height: 100%;
transition: width 0.3s linear;
}
#spotify-current .time-info {
font-size: 14px;
color: #fff;
}
.main-layout {
flex: 1;
}
footer {
position: relative;
z-index: 1;
width: 100%;
font-size: 12px;
max-width: 1200px; 
margin: auto auto 0 auto; 
padding: 20px 60px;
display: flex;
justify-content: space-between;
align-items: center;
color: #fff;
text-transform: uppercase;
}
.footer-left p, 
.footer-right p {
margin: 0;
font-weight: bold;
}
.footer-right {
display: flex;
gap: 30px;
}
.footer-link {
color: #fff;
font-size: 12px;
transition: 0.3s;
text-decoration: none;
}
.footer-link:hover {
color: #8F0000;
text-shadow: 0 0 8px #8F0000;
}
.section3 img {
user-select: none;
-webkit-user-drag: none;
pointer-events: none;
}
.sections-row {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
max-width: 1060px;
margin: 0 auto 100px auto;
padding: 40px 20px;
min-height: calc(100vh - 180px);
}
.sections-row .section {
flex: 1;
min-width: 200px;
}
@media (max-width: 1024px) {
    .header-text {
    font-size: 16px;
    }
    .image-center img {
    width: 75%;
    }
}
@media (max-width: 768px) {
    .image-center img {
    width: 85%;
    }
}
@media (max-width: 800px) {
    .sections-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 200px;
    }

    .sections-row .section {
    width: 100%;
    max-width: 500px;
    }
}
@media (max-width: 600px) {
    header {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    }
    .logo, header {
    text-align: center;
    }
    .header-text {
    font-size: 14px;
    }
    .image-center img {
    width: 90%;
    }
    footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 20px;
    }
    .footer-right {
    gap: 20px;
    }
}
@media (max-width: 480px) {
    .image-center img {
    width: 95%;
    }
    .section3 {
    padding-bottom: 100px;
    }
}
