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.

14 lines
230 B

body{
font-family: 'Syncopate', sans-serif;
background-color: black;
display: flex;
align-items: baseline;
justify-content: center;
}
video{
height: 100vh;
width: auto;
margin: 0;
padding: 0;
}