@charset "UTF-8";

.twilink {
	display: inline-block;
	padding: 10px 45px;
	background: #1D9BF0;
	position: relative;
	border-radius: 35px;
	border: solid 1px rgba(255, 255, 255, 0.5);
    color: white;
    width: 95%;
    margin: 0 2.5%;
    text-align: center;
}

.twilink svg {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%, -50%);
    width: 24px;
}

.twilink:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    font: normal normal normal 14px/1 "FontAwesome";
    content: "";
    transition: all 0.2s ease;
}