:root {
    * {
        box-sizing: border-box;
        margin: 0;
    }
}
