html,
body {}

body {
    margin: auto; 
    padding: 50px;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    color: #393939;
    font-size: 14px;
    font-family: 'Inter' !important;
    word-wrap: break-word;
    overflow-x: hidden;
    line-height: 20px;
    z-index: -1;
    background-color: #000;

}
#container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    display: flex;
justify-content: center;

}
img {
    margin: auto;

  }