
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;
}
button:hover {
  cursor: url("cd.gif"), auto;
}

/* header */
h1 {
  background: #a797cd;
  color: #261438;
  border: thick #261438 ridge;
  padding: 5px;
  width: 300px;
  margin: auto;
  text-align: center;
}

/* home section */
.mainSection {
  background: url('/plaid-24.jpg'); 
  width: 1010px; 
  margin: auto;
  margin-top: 30px;
  padding: 30px 10px 15px 10px;
  border: 7px #261438 ridge;
}
.mainSection img {
  width: 200px; 
  height: 200px;
  padding: 0;
  margin: 15px;
  border: 3px #FFF4E9 outset;
}
.mainSection img:hover { 
  cursor: url("cd.gif"), auto;
}

/* pop up design */
.popup {
  width: 550px;
  background: #FFF4E9;
  border-radius: 5px;
  position: absolute;
  visibility: hidden;
  padding: 0;
  border: 2px #261438 ridge;
}
.popup img:hover {
  cursor: url("guitar.gif"), auto;
}
.popupHeader {
  background: #261438;
  border-radius: 3px 3px 0 0; 
  display: flex;
  justify-content: space-between;
  height: 30px;
  align-items: center;
  padding-left: 10px;
}
.open-popup {
  visibility: visible; 
  position: absolute;
  transform: translate(50%, -50%);
}
button {
  color: #261438;
  background: #a797cd;
  margin: 3px;
}
.review {
  padding: 7px;
  text-align: left;
}
.popup img {
  float: left;
  margin: 7px;
  border: none;
}

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