* {
    box-sizing: border-box;
    word-break: keep-all;
}

html, body {
    margin: 0;
    display: flex;
    flex-direction: column;
}