.security {
color:white;
background-color:red;
}

.heart_in {
font-size: 60px;
line-height: 120px;
}

.buttons > button{
  margin-right: 30px;
}

.btn-gradient{
background: #1462ff;
    color: white;
    border-radius: 12px;
    padding: 12px 48px;
    box-shadow: 0 6px 30px -10px #4a74c9;
    transition: all 0.5s ease;
    border: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-gradient:hover{
  box-shadow: 0 0px 0px 0 rgba(0, 40, 120, 0);
  transform: scale(0.930);
}

footer {
background-color: black;
color: #FFF;
}

.hashTag {
 color:#000;
}