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

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

/* video section */
.videoSection {
  background: url('/plaid-24.jpg'); 
  width: 1300px; 
  margin: auto;
  margin-top: 30px;
  border: thick #261438 ridge;
}
.video {
   float: left;
   font-size: 30px;
   font-weight: bolder;
   text-align: center;
}
.row1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
iframe {
 padding: 10px 30px;
 margin: auto;
}

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