body {
    font-family: Verdana, sans-serif;
    margin: 0;
    padding: 20px;
    background-image: url(https://i.ibb.co/YFq02F8s/Untitled-design-1.png);
}


.Non-viewer {
    text-align: center;
    width: 100%;
}


.viewer {
    text-align: left;
    width: fit-content; 
    margin-left: 0;
    margin-top: 20px;
}


img {
    max-width: 200px;
    height: 100px;
}

h2 {
  width: auto;
  height: 10px;
  font-size: 18px;
}

.Non-viewer {
  background-color: white;
}