html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    margin: 0;
    color: #1f2d3d;
    background: #f4f7fb;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}
