.editor-button {
    cursor: pointer;
    color: #1B4174;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    transition: all 0.3s;
}

.editor-button:hover {
    color: #fff;
    background-color: #3b5998;
    border: 1px solid #3b5998;
}
