body {
cursor: url('https://i.ibb.co/93wPG1qY/rocket-cursor.png'), auto;
background-image: url('https://i.ibb.co/5X6pvjDk/alien-bckg.jpg');
background-size: cover;
background-position: center;
background-attachment: fixed;
margin: 0;
}

.page-wrapper {
display: flex;
justify-content: center;
align-items: flex-start;
gap: 20px;
margin: 20px auto;
max-width: 1200px;
}

.left-side {
display: flex;
flex-direction: column;
gap: 20px;
width: 200px;
margin: 0px;
}

.left-menu {
background-color: #E8EBE0;
border: 4px solid #6CC417;
border-radius: 8px;
padding: 20px;
}

.alien-music {
position: relative;
width: 200px;
height: 200px;
}

.alien-music img {
width: 100%;
height: 100%;
object-fit: contain;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.custom-player {
position: absolute;
top: 20px;
left: 35px;
width: 140px;
z-index: 2;
display: flex;
align-items: center;
gap: 8px;
background: transparent;
}

#playBtn {
background: #6CC417;
border: none;
border-radius: 50%;
width: 10px;
height: 10px;
cursor: pointer;
color: white;
font-size: 12px;
}

#trackName {
font-family: 'Space Mono', monospace;
font-size: 20px;
color: white;
}

.right-menu {
width: 200px;
background-color: #E8EBE0;
border: 4px solid #6CC417;
border-radius: 8px;
padding: 20px;
}

.banner {
display: block;
margin: 20px auto;
text-align: center;
}

.banner img {
max-width: 800px;
width: 100%;
}

.container {
padding: 40px;
max-width: 600px;
background-color: #E8EBE0;
border: 4px solid #6CC417;
border-radius: 8px;
}

h1 {
font-family: 'Orbitron';
}

h2 {
font-family: 'Orbitron';
}

p {
font-family: 'Space Mono', monospace;
}