body {
    margin: 0;
}

a.fb-button {
    display: flex;
    background: #014993;
    height: 2.4rem;
    border-radius: 3px;
    align-items: center;
    padding: 0 10px;
    color: white;
    text-decoration: none;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    max-width:271px;
}

a.fb-button:hover {
    background: #4677b1
}

a.fb-button .text-container {
    width: 100%;
    text-align: center;
}

a.fb-button img {
    width: 20px;
}
