* {
    box-sizing: border-box;
    overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

:root {
    overflow-x: hidden;
}

body,
button,
p,
ul {
    margin: 0;
    padding: 0;
}

button,
select {
    border: none;
    outline: none;
    background: none;
    font-family: inherit;
    color: inherit;
}

a,
button,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    background-color: #000000;
    color: #ffffff;
    min-height: 100vh;
}

#media {
    transform: rotate(90deg);
}

@media (min-aspect-ratio: 16/9){
    .media{
        width: 100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9){
    .media{
        width: 100%;
        height: auto;
    }
}

