:root {
    scroll-behavior: smooth;
}

html {
    overflow-x: hidden;
}

body {
    max-width: 100%;
    padding: 1rem;
    overflow-x: hidden;
    position: relative;
}

.striked {
    text-decoration: line-through;
}

li, p {
    margin: 0.5rem auto;
}
