*{
    outline: none;
    /* outline: 1px solid red; */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-family: -apple-system, 'Roboto', sans-serif;
}

body{
    background: var(--Amber-500);
    width: 100%;
}

button, input{
    outline: none;
    border: none;
}

li{
    list-style-type: none;
}

a{
    color: inherit;
    text-decoration: none;
}