@font-face {
  font-family: FonteBalatro;
  src: url(balatro.otf.woff2);
}



body{
   background-image: url(https://godotshaders.com/wp-content/uploads/2021/01/ezgif-2-0a163e6835.gif); 
   font-family: FonteBalatro;
   background-repeat: no-repeat;
   background-size: cover;
   text-align: center;
   margin: 0;
}

img{
    height: 190px;
    border-radius: 10px;
    border-style: solid;
    border-color: rgba(181, 181, 181, 0.871);
}

#cabecalho{
    background-color: rgba(229, 229, 229, 0.819);
    color: black;
    border-radius: 30px;   
    border-style: dotted;
    border-color: white;
    margin: 5px;
    font-size: 10px;
    height: 40px;
    padding-bottom: 3px;
}

#site{
    background-color: lightgreen;
    border-style:solid;
    border-color:white;
    border-radius:20px;
    float:left;
    padding: 2px;
    padding-left:15px;
    padding-right:15px;
    margin-top: 4px;
    margin-left: 5px;
    font-size: 25px;
    size: 100%;
}

#section{
    line-height: 125%;
    max-width: 100%;
    color: white;
    position: fixed;
}

#Canio{
    background-color:gray;
    border-style:ridge;
    border-color:white;
    border-radius: 10px;
    float: left;
    width: 15%;
    height: 375px;
    margin-left: 2%;
    margin-right: 2%;
    padding: 5px;
}

#Triboulet{
    background-color:gray;
    border-style:ridge;
    border-color:white;
    border-radius: 10px;
    float: left;
    width: 15%;
    height: 375px;
    margin-right: 2%;
    padding: 5px;
    margin-left: 2%;
}

#Yorick{
    background-color:gray;
    border-style:ridge;
    border-color:white;
    border-radius: 10px;
    float: left;
    width: 15%;
    height: 375px;
    margin-right: 2%;
    padding: 5px;
    margin-left: 2%;
}

#Chicot{
    background-color:gray;
    border-style:ridge;
    border-color:white;
    border-radius: 10px;
    float: left;
    width: 15%;
    height: 375px;
    margin-right: 2%;
    padding: 5px;
    margin-left: 2%;
}

#Perkeo{
    background-color:gray;
    border-style:ridge;
    border-color:white;
    border-radius: 10px;
    float: left;
    width: 15%;
    height: 375px;
    margin-left: 2%;    
    padding: 5px; 
}

#rodape{
    background-color:rgb(47, 47, 47);
    color: white;
    border-top-style: dotted;
    border-left-style: dotted;
    border-right-style: dotted;
    border-color:white;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 99.7%;
    height: 20px;
    padding-top: 20px;
}

.lendario{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: purple;
    border-radius: 10px;
    border-style: outset;
    border-color: purple;
    width: 140px;   
    color: white;
    letter-spacing: 4px;
}

.multiplicador{
    background-color: red;
    border-style: outset;
    border-color: red;
    border-radius: 3px;
}

.fixed{
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
}