* {
    margin: 0;
    padding: 0;
    overscroll-behavior-x: none;
}

html > body {
    width: 100%;
    overflow: hidden;
    height: calc(100vh - env(safe-area-inset-bottom, 0) - env(safe-area-inset-top, 0));
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: top;
    border: none;
}
