@font-face {
	font-family: 'Manrope';
    src: url('fonts/Manrope-VariableFont_wght.ttf') format('woff2-variations');
	font-weight: 200 800;	
}
*{
    padding: 0;
    margin: 0;
    background-color: black;
}
body {
    display: flex;
    height: 100vh;
    justify-content: center;
    /* align-items: center; */
    overflow: hidden;
}
video {
    width: 80%;
}