.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 400px;
  margin: auto;
  text-align: center;
  background-color: var(--card-bg-color);
  color: #696969;
  /*font-family: arial;*/
}
.card a {
    color: #696969;
}
.card-head a img {
  float: left;
}
.card-head a i {
    font-size: 40px;
    padding-right: 10px;
    color: #000000;
    padding-top: 15px;
}

.card-img {
    max-height: 150px;
    overflow: hidden;
}
.profile-img img {
    border-radius: 50%;
    width: 150px !important;
    height: 150px;
    margin-top: -15%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

/*.cont-opt a {
    background-color: #0f1626;
    border: none;
    color: #ffffff;
    padding: 18px 0px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    font-size: 26px;
    border-radius: 50%;
}*/
.cont-opt p {
    font-size: 14px;
}
/*a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}*/
button.save {
    width: 70%;
    border-radius: 10px;
    background-color: #0f1626;
}
.social a {
    font-size: 28px;
    margin: 0 4%;
    color: #c5c7c6;
}
button.detail {
    width: 50%;
    border-radius: 10px;
    background-color: #000000;
}
button.make {
    width: 45%;
    border-radius: 10px;
    background-color: #e5194a;
}
#read_more {
    color: #fff;
}
.description hr{
  height: 5px;
  color: #c5c7c6;
  width: 80%;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   
   color: #ffffff;
   text-align: center;
}

@-webkit-keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #dc143c;
  }
  50% {
    box-shadow: 0 0 30px 0 #dc143c;
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #dc143c;
  }
  50% {
    box-shadow: 0 0 30px 0 #dc143c;
  }
}
.btn-glow {
  background: #dc143c;
  width: 30%;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 34px;
  box-shadow: 0 0 0 0 #dc143c;
  -webkit-animation: glow 1.4s linear infinite;
          animation: glow 1.4s linear infinite;
}
@media only screen and (max-width: 600px) {
  .btn-glow {
    background: #dc143c;
    width: 75%;
  }
}
@media only screen and (max-width: 350px) {
  .description p.m-0 {
    font-size: 13px;
}
}