#specialButton{
    background-color: #e2e4f5;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    color: rgb(0, 0, 0);
    font-family: 'AAvant1';
    font-weight: 300;
    font-size:14px;
    margin-top:-50px;
}

@media(max-width:500px){
    #specialButton{
        margin-top:-70px;
    }
    
}