*,
*::before,
*::after {
  font-family: "Times New Roman", Times, Arial, serif sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  color: #000000;
}
.link-casino {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
header {
  background-color: #38ffe4;
  height: 80px;
  display: flexbox;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: #787878 1px solid;
}
.loggo {
  border-radius: 20px;
  margin: 3px 5px 5px 5px;
  font-weight: bold;
  height: 10px;
  width: 140px;
  text-align: center;
  float: left;
  cursor: pointer;
  touch-action: manipulation;
}
.loggo img {
  border: 0;
  border-radius: 0;
}
.casino-sweet-btn1 {
  border-radius: 35px;
  margin: 15px 5px 5px 5px;
  font-weight: bold;
  height: 50px;
  width: 70px;
  text-align: center;
  float: right;
  cursor: pointer;
  touch-action: manipulation;
  background-image: linear-gradient(#00ff04, #51ff00, #1eff00);
}
.casino-sweet-btn2 {
  border-radius: 35px;
  margin: 15px 5px 5px 5px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  width: 105px;
  background-image: linear-gradient(#546d2b, #365f25, #2e5e67);

  text-align: center;
  float: right;
  cursor: pointer;
  touch-action: manipulation;
}
h1 {
  font-size: 2rem;
  font-weight: bold;
}
h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
p {
  text-align: justify;
}
img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: flex;
  position: relative;
  border: #453838 2px solid;
  margin: 0 auto;
  border-radius: 20px;
}
body {
  width: 100%;
  background-color: #ffff00;
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  text-rendering: optimizeSpeed;
  min-height: 100vh;
  scroll-behavior: smooth;
}
body,
html {
  padding: 0;
  height: 100%;
  margin: 0;
}
.casino-sweet-body {
  max-width: 1200px;
  background-color: #ffff00;
  display: block;
  align-content: center;
  margin: 0 auto;
  text-align: center;
}
.casino-sweet-table {
  border: 3px solid #306937;
  background-color: #000000;
  border-radius: 15px;
  padding: 3px;
  display: inline-flex;
  max-width: 1000px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
.casino-sweet-table tr td {
  border: 3px solid #000000;
  background-color: #306937c;
  border-radius: 15px;
  padding: 3px;
}

.prod table {
  max-width: 500px;
  margin: 0 auto;
  border-collapse: separate;
  background-color: #000000;
  display: flex;
}

.prod td {
  background-color: #38ffe4;
  padding: 5px;
  text-align: center;
  color: #000000;
}

.prod button {
  background-color: #ff0000;
  color: #000000;
  text-align: center;
  cursor: pointer;
  border-radius: 15px;
  border: #000000 3px solid;
  width: 120px;
  height: 60px;
}

.btn:hover {
  background-color: #afd600;
}

.prod img {
  width: 160px;
  height: 70px;
}
.po {
  background-color: #787878;
}