body, html, h1, h2, h3, h4, h5, h6, p, span{
    margin: 0px;
    padding: 0px;
}

input{
    background-color: transparent;
    border: none;
}

input:focus{
    outline: none;
}

a{
    text-decoration: none;
}

button{
    border: none;
    cursor: pointer;
}