body {
   background-color: black;
}

#container{
   display:flex;
   color: black;
   margin: 0 auto;
   padding: 20px;
   justify-content: center;
   align-items: center;
}

#box {
   background-color: black;
   background-image: url("/images/not-found/static.webp");
   background-repeat: repeat;
   float:left;
   width:855px;
   border: 5px solid white;
   box-shadow: 6px 6px grey;
   overflow:hidden;
   padding:5px;
}