*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arimo', sans-serif;
}

input, button, textarea, select {
    font-family: inherit;
    font-size: inherit;
}