

:root { 
    --sectionborder: 3px solid rgb(77, 77, 77);
    --textureborder: url(juju/lignepierre.png) no-repeat top, url(juju/lignepierre.png) no-repeat bottom;
    --textureborderV: url(juju/lignepierrevertical.png) no-repeat left, url(juju/lignepierrevertical.png) no-repeat right ;
    --containerborder: 5px solid rgb(136, 39, 39);
    --boardborder: 3px solid rgb(136, 39, 39);
    --testborder: 5px solid rgb(39, 136, 12);
}

.test {
  border: var(--testborder);
}

main {
  cursor: url(juju/gam372.cur);
}

body {
  background-color: rgb(55, 52, 52);
  background-image: url(juju/565.GIF);
  color: rgb(255, 255, 255);
  text-align: center;
}

.texture {
  background: var(--textureborder), var(--textureborderV);
  z-index: 99;
  padding: 3px 3px 3px 3px;
}

.board {
 position: fixed;
 left: 20px;
 width:30%;
 height: 90%;
 overflow: hidden;
 background-color:rgb(0, 0, 0);
 margin-bottom: 60px;
 max-height: 560px;
 max-width: 270px !important;
 padding-top: 30px;
}

.secondboard {
  position: fixed;
  left: 20px;
  top: 620px;
  height: 10%;
  background-color:rgb(0, 0, 0);
  min-width:270px;
}

.thirboard {
  position: fixed;
  left: 1200px;
  height: 10%;
  background-color:rgb(0, 0, 0);
  min-width: 220px;
  min-height: 742px;

  
}

.board > span {
  font-size: 27px;
}

.sep {
  padding: 50px; 
  border-radius: 3px;
  overflow:-moz-hidden-unscrollable;
  display:inline-block;
  background-color: rgb(114, 23, 23);
  background-image: url(juju/kabe.gif);
  margin-left:24px;

}

.secciones {
  margin-top:1%;
  margin-left: 24%;
  text-align:left;
  padding-left: 1%;
  min-width: 270px;
  max-width: 800px !important;
  min-height: 200px;
  background-color: black;
}

.secciones > h1 {
  padding-left: 4%;
  color:rgb(114, 23, 23);
  font-family: kosugi maru;
}

.secciones > h2 {
  text-align: center;
  font-family: kosugi maru;
  color:rgb(157, 134, 134)
}

.secciones > p {
  padding-left:2%;
  font-family: kosugi maru;
}

.secciones > footer {
  color:rgb(102, 87, 87);
  font-weight: 600;
  text-align:start;
  padding-left: 2%;
  margin-bottom: 2%;

}

.secciones > img {
  max-width: 200px;
  max-height: 200px;
  padding-left: 70%;
}

.secciones > iframe {
  margin-left: 10px;
}

.container {
  margin-left: 24%;
  height: 200px;
  max-height: 210px;
  min-width: 270px;
  max-width: 800px !important;
  background-color: black;
}

.big_ass_space {
  margin-top: 5%;
}


.rei {
  position:fixed;
  right:40px;
  top: 646px;
  z-index: 100;
}

.stamp {
  display:flex;
  justify-content:left;
  padding-left: 20px;
  padding-top:5px;
}

.fix1 {
  padding-top: 20px;
}

.fix2 {
  height: 300px;
}

.fix3 {
  width: 150px;
  height:116px;
}

.section_divider {
  width:810px;
  height:310px;
  padding-top:140px;
  position:relative;
}

a:hover {
  color:rgb(103, 77, 77)
}

a:visited {
  color:rgb(255, 255, 255)
}