You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
173 B

html,
body,
#__next {
background: #000000;
}
#__next {
width: 100%;
height: 100%;
}
body {
width: calc(100vw - 5vh);
height: 95vh;
margin: 2.5vh;
}