body {

 height:100vh;
  background-color: #000; 
  overflow: hidden;
  color: #fff;

  font-family: 'Arial', sans-serif; 
text-align: center;
}

/* Centered Image Code */

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;

}
