* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Exo", sans-serif;
    line-height: 1.6;
    color: #333;
}

button,
input,
textarea,
select {
    font-family: inherit; /* inherit from body */
}

.container {
    max-width: 1200px;
    margin: auto;
}
