* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

img {
    width: 100%;
}

ul {
    padding: 0;
}

li {
    list-style: none;
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none;
    font-family: "Lato", sans-serif;
}

.container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

h1 {
    font-family: "Quicksand", sans-serif;
}

h2 {
    font-family: "Quicksand", sans-serif;
}

h3 {
    font-family: "Quicksand", sans-serif;
}

h4 {
    font-family: "Quicksand", sans-serif;
}

h5 {
    font-family: "Quicksand", sans-serif;
}

h6 {
    font-family: "Quicksand", sans-serif;
}

p {
    font-family: "Quicksand", sans-serif;
}

input {
    font-family: "Quicksand", sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');