*,
*::before,
*::after {
  font-family: "Times New Roman", Times, Arial, serif sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  color: #000000;
}

body {
  width: 100%;
  background-color: #82336f;

  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;
}
header {
  background-color: #9cb541;
  height: 80px;
  display: flex;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: #787878 1px solid;
  text-align: center;
}
footer {
  background-color: #f3f3f6;
  height: 70px;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 20px;
  border-top: 1px solid #787878;
}

img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: flex;
  position: relative;
  border: #424242 5px solid;
  margin: 0 auto;
  border-radius: 20px;
}

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  text-align: left;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}
.lbb5 {
  max-width: 1200px;
  background-color: #f3f3f6;
  display: block;
  align-content: center;
  margin: 0 auto;
  text-align: center;
}
table {
  border: 5px solid #1f540f;
  background-color: #f3f3f6;
  border-radius: 15px;
  padding: 5px;
  display: inline-flex;
  max-width: 1000px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
tr td {
  border: 3px solid #1f540f;
  background-color: #f3f3f6;
  border-radius: 15px;
  padding: 5px;
}
.logo-casino img {
  border: 0;
  border-radius: 15px;
  display: block;
  max-width: 120px;
  float: left;
  margin-left: 10px;
}
.lbb5-btn1 {
  border: 1px solid #3959d9;
  border-radius: 20px;
  margin: 15px 5px 5px 5px;
  font-weight: bold;
  height: 50px;
  width: 70px;
  text-align: center;
  float: right;
  cursor: pointer;
  touch-action: manipulation;
}
.lbb5-btn2 {
  border: 0;
  border-radius: 20px;
  margin: 15px 5px 5px 5px;
  font-weight: bold;
  height: 50px;
  width: 105px;
  background-image: linear-gradient(#5546f8, #52ac9d, #249235);

  text-align: center;
  float: right;
  cursor: pointer;
  touch-action: manipulation;
}
.btn-casino {
  padding-top: 12px;
  display: block;
  height: 100%;
  font-size: larger;
  font-weight: bold;
}
.link-casino {
  text-decoration: none;
}

.btn-casino:hover {
  border: 0;
  border-radius: 20px;
  background-color: #3959d9;
}
.flag {
  display: block;
  max-width: 40px;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
}
.flag img {
  border-radius: 5px;
}
.lbb5-developers {
  border-radius: 0;
}
.lbb5-partners img {
  border: 0;
  border-radius: 5px;
}
.lbb5-navigation {
  margin-left: 30px;
}
.lbb51 {
  margin: 0 30px 0 30px;
  word-wrap: break-word;
}
.lbb5-bunner {
  margin-left: 30px;
  margin-right: 30px;
}
.lbb5-bunner img {
  border-radius: 15px;
}
.lbb5-table-casinos {
  border: 5px solid #003087;
  background-color: #afe2fc;
  border-radius: 15px;
  padding: 5px;
  display: inline-flex;
  width: 100%;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
}
.lbb5-table-casinos tr {
  background-color: #afe2fc;
  border-radius: 15px;
  padding: 5px;
}
.lbb5-table-casinos td {
  border-bottom: 2px solid #003087;
  background-color: #afe2fc;
  text-align: center;
  padding: 5px;
}
.lbb5-table-casinos button {
  background-color: #5546f8;
  color: #f3f3f6;
  font-weight: bold;
  font-size: large;
  max-width: 150px;
  max-height: 50px;
  min-width: 100px;
  min-height: 30px;
  padding: 10px;
  border-radius: 15px;
  cursor: pointer;
  touch-action: manipulation;
}
.lbb5-table-casinos img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  display: flex;
  position: relative;
  border: #424242 1px solid;
  margin: 0 auto;
  border-radius: 10px;
}
