@viewport {
   width: device-width;
   zoom: 1;
}

* {
    box-sizing: border-box;
}

body {
    margin: 1vh 1vw;
    background-color: white;
}
