@font-face {
  font-family: fonte01;
  src: url("../fontes/barlow-extrabold.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
}

@font-face {
  font-family: fonte02;
  src: url("../fontes/segoe_ui_norm.ttf") format("truetype");
  font-weight: regular;
  font-style: normal;
}

@font-face{
  font-family: fonte10;
  src:url('../fontes/mogilte.otf') format('truetype');
  font-weight:regular;
  font-style:normal;
}

@font-face{
  font-family: fonte24;
  src:url('../fontes/konami-classic.ttf') format('truetype');
  font-weight:regular;
  font-style:normal;
}




#haut::before{
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  content: '↑';
  font-family: 'fonte02';
  font-size: 2.0em;
  font-weight: 900;
  text-align: center;
  color: #ccc;
  background: #333;
  border: 3px solid #333;
  border-radius: 15px;  
  transform: skewY(-3deg);
}

#bas::before{
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  content: '↓';
  font-family: 'fonte02';
  font-size: 2.0em;
  font-weight: 900;
  text-align: center;
  color: #ccc;
  background: #333;
  border: 3px solid #333;
  border-radius: 15px;  
  transform: skewY(3deg);
}

a.menu{
  display: block;
  position: fixed;
  top: 5px;
  right: 80px;
  font-family: 'fonte01';    
  font-size: 0.9em;
  font-weight: 900;
  font-style: italic;
  word-spacing: 0.01em;
  letter-spacing: 0.005em;
  text-decoration: none;      
  color: #333;
  text-shadow:
    -1px -1px 0 #fff,  
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff;
  z-index: 1;  
}

a.menuo{
  right: 580px;
}

a.menua{
  right: 450px;
}

a.menub{
  right: 350px;
}

a.menuc{
  right: 250px;
}

a.menud{
  top: 80px;
  right: 20px;
  color: #333;
}


.cont{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border: #ff0101 solid 0px;
}

.col{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: #1b03f8 solid 0px;
}

.serie{
  display: inline-block;
  align-self: flex-start;
  margin: 15px;
  width: 400px;
  font-family: 'fonte01';
  font-size: 2.0em;
  font-weight: 900;
  font-style: italic;
  background: #88888888;
  color: #333;
  border: #333 solid 3px;
  border-radius: 15px;
  box-shadow: 3px 3px #333;
  transform: skewY(-3deg);
}

.item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px;
  padding: 5px 10px 5px 10px;
  height: 50px;
  font-family: 'fonte01';
  font-size: 1.0em;
  font-weight: 100;
  font-style: normal;
  line-height: 0.7em;
  color: #333;
  border: #333 solid 3px;
  border-radius: 15px;
}

.pre{
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 1000px;
  transform: skewY(-3deg);
}

.pre+.pre{
  margin-top: -30px;
  margin-bottom: -10px;
}

pre{
  display: inline-block;
  width: fit-content;
  margin-right: 20px;
  padding: 20px;
  font-size: 1.4em;
  color: #555;
  background-color: #03ff3188;
  border: 3px solid #333;
  border-radius: 15px;
}

pre.off{
  background-color: #cccccc88;
}

pre.pad{
  background-color: #ff050588;
}

pre.win{
  background-color: #de05ff88;
}