#specialButton{
    background-color: #ffeeee;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0;
    color: rgb(67, 29, 139);
    font-family: 'Manrope';
    font-weight: 400;
    font-size:14px;
    margin-top:-50px;
}

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