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

body {
    background: #f6f6fa;
    font-family: "Montserrat", sans-serif;
}