.send-btn{
    background:#a81c51;
    color:white;
    border:none;
    padding: 10px 30px;
    font-size: 20px;
    border-radius: 4px;
}/* here you can put your own css to customize and override the theme */
.footer-social-media{
    width: 100%;
    display: flex;
    justify-content: end;
    margin:30px 0;
}
.footer-social-media p,
.footer-social-media .fa{
    font-size:20px;
    color:#a81c51;
}
.footer-social-media .fa{
    margin:0 10px;
}