﻿.share-section {
    margin-top: 2em;
    font-size: 1.25em;
    vertical-align: middle;
}

.follow-header {
    font-size: 1.75em;
    text-align: center;
}


@media screen and (max-width: 950px){
    .twitter-follow-button {
        color: white;
        background-color: #1DA1F2;
        text-align: center;
        padding: 1em 7em;
        border-radius: 2em;
        transition: 0.2s;
    }

    .twitter-follow-button:hover {
        color: white;
        background-color: #198ad1;
    }
    .follow-section {
        display: grid;
        grid-template-columns: 1fr;
    }
    .follow-section a {
        font-size: 1.25em;
    }
}

.follow-button {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    transition: all 0.1s;
}

.follow-button:hover {
    transform: scale(1.05);
}