* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Sofia Sans', sans-serif;
    color: #000;
    letter-spacing: 1.5px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}