a {
  color: #fff;
  text-decoration: none;
}
.me {
  width: 100px;
  margin: 90px auto;
}
.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social {
 position: fixed;
    bottom: 140px;
    z-index: 999;
    left: 0px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background:rgb(221 41 27);
  width: 60px;
  text-align: right;
  padding: 10px 10px 10px 3px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
 
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: #81663E;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.social ul li i {
  margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    height: 40px;
    text-align: center;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.callout {
    position: fixed;
    bottom: 40%;
    right: -320px; /* Initially position the callout outside the viewport on the left side */
    margin-left: 20px;
    max-width: 300px;
    transition: 0.9s;
    z-index:99999;
  }

  .callout-header {
    padding: 10px 15px;
    background: #000;
    font-size: 20px;
    color: white;
  }
  .callout-container a{color: red !important;}
  .callout-container {
    padding: 15px;
    background-color: #fff;
    color: black;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    color: white;
    font-size: 30px;
    cursor: pointer;
  }

  .closebtn:hover {
    color: lightgrey;
  }
