body {
  background: url('/stas.gif');
  font-family: Garamond, serif;
  cursor: url("guitar.gif"), auto;
  color: #261438;
  text-align: center;
}
a:hover {
  cursor: url("cd.gif"), auto;
}

.mainSection {
  background: url('/plaid-24.jpg'); 
  width: 700px; 
  margin: auto;
  margin-top: 30px;
  padding: 30px;
  border: thick #261438 ridge;
}

/* social bar */
ul > li {
  display: inline-block;
}
.socialBar {
  word-spacing: 20px;
  margin: auto; 
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.socialBar a {
  text-decoration: none;
  color: #FFF4E9;
}
.socialBar a:hover {
  background-color: #FFF4E9;
  color: #261438;
  cursor: url("cd.gif"), auto;
}
