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

/* main section */
.mainSection {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
img {
  width: 25%;
  margin: 7px;
}
.pics {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index {
  background: url('/plaid-24.jpg'); 
  width: 200px; 
  margin: 20px;
  margin-right: 0;
  padding: 10px;
  border: thick #261438 ridge;
  font-size: 18px;
  font-weight: bolder;
  line-height: 27px;
}
.content {
  background: url('/plaid-24.jpg'); 
  width: 900px; 
  margin: 20px;
  padding: 10px;
  border: thick #261438 ridge; 
  font-size: 16px;
}
p {
  background: rgba(254, 244, 234, 0.5);
  padding: 5px;
}
.header {
  font-weight: bolder;
  font-size: 24px;
  background-color: #261438;
  color: #a797cd;
  padding: 3px;
  border: 1.5px #FFF4E9 solid;
  margin-bottom: 10px;
}


/* 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;
}
