html {
    scroll-behavior: smooth;
    transition: ease 0.9s;
    font-family: Verdana, sans-serif;
}
form {
    padding : 4px 8px 4px 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

