html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto', sans-serif;
    color: #1d1d1d;
    text-decoration: none;
    background: #1d1d1d;
}

.share-button{
    width: 50px;
    height:50px;
    color: #000;
    font-size: 30px;
    background: rgba(255,255,255,0);
    border-color: rgb(26, 31, 46); 
    border-top-color: rgb(255,;border-right-color: 255,;border-bottom-color: 255);
    border-left-color: 255,;
    margin-left: 15px;
    margin-right: 15px;
    border-radius:50%;
}

.subscription_form {width:100%; margin-bottom:15px; margin-top:15px; border-top:1px dashed #cfcfcf; padding-top:15px;}