*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
    background-color: unset;
    user-select: none !important;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
a{
    color: unset;
    text-decoration: none;
}
body{
    top: 0px !important;
    max-width: 2200px;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}
main{
    min-height: calc(100dvh - 40px);
    height: fit-content;
    width: 100%;
    z-index: 1 !important;
}
header{
    z-index: 2 !important;
}