::-webkit-scrollbar {
	width: 0px;
}

@font-face {
    font-family: DM Sans Regular;
    src: url('fonts/DMSans-Regular.ttf');
}

body {
    font-family: DM Sans Regular, Arial, Helvetica, sans-serif;
    color: #000000;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 98vh;
}

.logo {
    width: 25%;
    height: 25%;
	opacity: 0.1%;
}
