/**/ body, p, figure, img, h2, dl, dt, dd { padding: 0; margin: 0; } html { height: 100%; font-size: 625%; margin: auto; } body { height: 100%; position: relative; background-color: #fff; /* min-height: 100vh; */ color: #3F3F3F; font-size: 14px; } .expired-overlay { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(128, 128, 128, 0.8); justify-content: center; align-items: center; text-align: center; border-radius: 4px; } .expired-message { display: flex; align-items: center; justify-content: center; } .expired-message img { width: 26px; margin-right: 10px; } .qrcode { position: relative; background-color: #ffffff; border-radius: 4px; display: flex; justify-content: center; margin-bottom: 0; } .qrcode img{ width:240px;height:240px;overflow:hidden;margin:0; align-items: center; justify-content: center; }