@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


head {
    text-align: center;
    color: white;
    font-size: 16px;

}
.boxHead {
    background: #a9bfff;
    color: white;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}
.boxButton {
    display: inline-block;
    width: calc( 49% - 60px );
    padding-left: 30px;
    height: 24px;
    font-size: small;
    color: white;
    padding-top: 7px;
}
.boxInfo {
    border: transparent;
    margin-bottom: 20px;
    margin-top: 20px;
}
.headTop {
    background: #a9bfff;
}
.links {
    background: #000000;
}
.topFriend {
    border: 4px solid #a9bfff;
}
.userinfo {
    background: #a9bfff;
    h2 { color: #ffffff; }
    p { color: #ffffff; }

}
.rightHead {
    background: #a9bfff;
}
.usermain {
    background: #101010;
    text-align: center; 
    p { color: #ffffff; }
    h1 { color: #ffffff; }
    h2 { color: #ffffff; }
    h3 { color: #ffffff; }
    h4 { color: #ffffff; }
}
.music { 
    padding: 4px; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    background: #c2a4da; 
    color: #ffffff; 
    width: calc(100% - 10px ); 
    border: 1px solid #c2a4da; 
} 

body {
  font-family: "Montserrat", sans-serif;
  background-color: #000000;
  background-image: url('https://rightsquare.neocities.org/bkgr.png');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;

}