@charset "utf-8";

body {margin:0;height:2000px;}

.icon-bar {
position: fixed;
top: 2%;
-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: inline-block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: #9E3435;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #cccccc;

}

.facebook {
  background: #ccccc;
  color: white;
}

.twitter {
  background: #ccccc;
  color: white;
}

.instagram {
  background: #ccccc;
  color: white;
}

.linkedin {
  background: #ccccc;
  color: white;
}

.youtube {
  background: #ccccc;
  color: white;
}

.whatsapp {
  background: #ccccc;
  color: white;
}

.content {
  margin-left: 0px;
  font-size: 15px;
}
