<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
background-color: black;
background-size: cover;
background-repeat:no-repeat;
background-position:center;
background-attachment: fixed;
color: green;
font-family: Verdana;
}
.body{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.corners{
border: solid 10px pink;
border-radius: 15px;
display: flex;
gap: 15px;
justify-content: center;
margin-top: 30px;
}
.musicbutton {
width: 20px;
height: 20px;
background-color: transparent;
background-size: cover;
border: 2px solid #00ffff;
border-color: transparent;
border-radius: 8px;
}
</pre></body></html>