.intro-block {
    background-color: var(--background-color);
    color: rgba(0, 0, 0, 0.87);

    padding-left:30px;
    padding-right:30px;
    padding-top: 1px;
    padding-bottom: 20px;
}

.intro-block p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
}

.intro-block button {
    margin-right:10px;
}

.explore-data-button {

    background: #2196F3;
    /* elevation/2 */
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2);
    border-radius: 4px;


    /* button/small */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    /* identical to box height, or 169% */
    letter-spacing: 0.46px;
    text-transform: uppercase;

    color: #FFFFFF;
    border-color:transparent;  
} 

.learn-more-button, .github-button {

    background-color: unset;
    border-color: transparent;

    /* button/small */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    /* identical to box height, or 169% */
    letter-spacing: 0.46px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);

}
