.icon-bar {
  position: fixed;
  top: 8%;
  right:0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1000;
}

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

.icon-bar a:hover {
  background-color: #e616d3;
}

.youtube {
  background: #bb0000;
  opacity:0.7;
  color: white;
  border-radius: 40px 10px 10px 40px;
}

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