.sicon-bar {
  position: fixed;
  width: 33px;
  height: 80px;
  right: 0;
  top: 0;
  margin: 0 auto;
  padding: 0;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 9999;
}

.sicon-bar a {
  display: block;
  text-align: center;
  padding: 3px;
  transition: all 0.3s ease;
  color: white;
  font-size: 22px;
}

.sicon-bar a:hover {
    background-color: #000;
}

.facebook {
  background: #666;
  color: white;
}

.twitter {
  background: #666;
  color: white;
}

.instagram {
  background: #666;
  color: white;
}

.youtube {
  background: #666;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}