@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

html, body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background-color: black;
}



.container {
display: grid;
place-items: center;
height: 100vh;
background-color: black;
}

.content {
text-align: center;
}

.video{
width: 100%;
max-width: 1280px;
max-height: 100vh;
}



