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

body {
    position: relative;
    height: 100dvh;
}

#main {
    width: 100%;
    height: 100%;
    display: block;
}
