@charset "UTF-8";
/* CSS Document */

body{
overflow-x: hidden;
overflow-y: hidden;
margin:0;
padding:0;
background-color:#000000;
}

div#image{
z-index: 9;
position: fixed;
align-items: center;
top: 50%;
left: 50%;
width: 800px;
height: 800px;
transform: translate(-50%, -50%);
}
