.tweet-button {
    background-color: #1DA1F2;
    /* background-color: green; */
    width: 200px;
    height: 50px;
    border-color: #148cbb;
    border-radius: 10px;
    border-width: 1px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}