*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
}

a{
    text-decoration: none;
}

ul{
    list-style-type: none;
}

img{
    max-width: 100%;
}

html{
    scroll-behavior: smooth;
}

body {
    background-color: #F2F2F2;
}