*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color:rgb(252, 3, 3);
}

img{
    max-width: 100%;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

html{
    scroll-behavior: smooth;
}