/*! jQuery v3.7.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */

* {
    margin: 0;
}

html {
    color: #E9F3F2;
    /*margin-right: calc(-1 * (100vw - 100%));*/
    overflow-x: hidden;
    overflow-y: scroll;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    min-width: 600px;
         overflow: hidden;
}

body{
	height: 100vh;
	width: 100vw;
}
