body {
  background-image: url("https://djz-web-zone.neocities.org/backgrounds/skate-pink.jpg");
  background-attachment: fixed;
  font-family: "jacquard12";
}
.container {
  margin: 0 auto;
  width: 1000px;
  height: 1200px;
  padding-top: 25px;
}
.sidebar-left {
  float: left;
  width: 250px;
  height: 400px;
  border: 2px solid #d934b6;
  text-align: center;
  background-color: lavenderblush;
  margin-left: 0px;
  border-bottom-left-radius: 9px; 
  border-bottom-right-radius: 9px;
}
.sidebar-left-2 {
  clear: left;
  float: right;
  width: 250px;
  height: 400px;
  border: 2px solid #d934b6;
  text-align: center;
  background-color: lavenderblush;
  margin-left: 0px;
  border-bottom-left-radius: 9px; 
  border-bottom-right-radius: 9px;
}
.main {
  float: left;
  width: 600px;
  height: 900px;
  border: 35px solid transparent;
  background-color: lavenderblush;
  margin-left: 40px; 
  border-image-source: url("https://djz-web-zone.neocities.org/backgrounds/lace-purple.png");
  border-image-slice: 84;
  border-image-repeat: round;
  border-image-outset: 1;
  font-size: 22pt;
}
.welcome {
 display: block; 
 margin-left: auto; 
 margin-right: auto;
 width: 540px;
 height: 300px;
 background-image: url("https://djz-web-zone.neocities.org/backgrounds/clouds.gif");
 background-repeat: repeat-x;
 background-color: black;
 border: 1px solid #d934b6;
 border-radius: 9px;
 color: white;
}
.welcome > p {
  margin: 20px;
}
.music-stamps {
 padding-top: 25px; 
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@font-face {
  font-family: "jacquard12";
  src: url("https://djz-web-zone.neocities.org/fonts/jacquard12-regular-webfont.woff");
}