
body{
  background: #222831; 
  font-family: 'Segoe UI', sans-serif;
  color: azure;
  height: 100dvh;
  margin: 0;
}
img{
  max-width: 80%;
}
main, div{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.dz-preview{
  display: none;
}