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

body {
    background-color: rgb(255, 255, 255);
    color: rgb(21, 21, 21);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.4;
}
