#responseMessage {
    color: #f5bf23; /* Success message color */
    font-weight: bold;
    margin-top: 10px;
}

#responseMessage.error {
    color: red; /* Error message color */
}

.social-icons .fa.fa-twitter{
	font-family:sans-serif;
}
.social-icons .fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}