body {
    background-size: cover;
    background-color: white;
}

*a{
  color: green;
  }

center {
    display: block;
    text-align: -webkit-center;
    unicode-bidi: isolate;
}

table {
    border-collapse: separate;
    text-indent: initial;
    line-height: normal;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
    color: -internal-quirk-inherit;
    text-align: start;
    border-spacing: 2px;
    white-space: normal;
    font-variant: normal;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

tbody font a {
  font-size:14px;
  color:rgb(255, 255, 0)!important;
  text-decoration:underline;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

b {
    font-weight: bold;
}

td.logoa img {
  width: 310px;
}

td.socials {
  display: flex;
  justify-content: flex-end;
}

td.socials a img {
  width:40px;
  margin: 0 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.buytoken {
  margin: 8px 0px;
}


/* Feature */
.container {
  width: 80%;
  max-width: 1200px; /* Set a reasonable max width for the container */
  margin: 0 auto;
  text-align: center;
}
.canvas-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 20px;
}
canvas {
  border: 1px solid #000;
  max-width: 100%;
  height: auto; /* Maintain aspect ratio */
}
.logo {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  z-index: 10; /* Ensure the logo is on top */
}
.resize-handle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  cursor: se-resize;
}

.discaimer {
  font-size: 12px;
  max-width: 800px;
  margin: 33px auto;
  color: #a70101;
}