html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  font-family: sans-serif;
  overflow: hidden !important;
}

.body {
  width: 100%;
  height: 100%;
  touch-action: none;
}
.preview {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding-top: 40px; 
}

.title {
  display: block;
  text-align: center;
  width: 100%;
  color: #000000;
  font-size: min(5.5vw, 45px); 
  font-weight: bold;
}

.imageBox {
  display: table;
  width: 100%;
  margin: 0 auto 30px auto;
}

.imageWrap {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  text-align: right;
}

.imageBox img {
  width: 25vw;        
  max-width: 196px;   
  min-width: 60px;
  height: auto;
  object-fit: contain;
}

.imageMessage {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  text-align: center;
  padding-left: 20px;
}

.imageMessage p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  white-space: nowrap;
  font-size: min(5vw, 40px); 
  line-height: 1.4;
}

.message2 {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 40px 0;
}

.message2 p {
  display: inline-block;
  text-align: left;
  width: max-content;
  max-width: 100%; 
  font-size: min(4.2vw, 35px); 
  line-height: 1.4;
}

.button {
  display: block;
  margin: 0 auto;
  margin-top: 12vh;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;       
  width: 100%;       
  max-width: 550px;  
  font-size: min(4.5vw, 35px); 
  font-weight: bold;
  border-radius: 100vh;
  color: #ffffff;
  background-color: #E60000;
  border: none;
  outline: none;
  cursor: pointer;
}