/* reset */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input, button{
    border: none;
    background: none;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}

html{
    scroll-behavior: smooth;
}

img{
    max-width: 100%;
    height: auto;
}
