
body{
  /*  background-image: url(/graphics/dark_brick.png); 

    background-repeat: repeat;
     background-size: 6rem; */

    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    margin: 2rem;

    /*
    background-color: #f4d293; 
    background-image: url(/graphics/planks.png);
     background-repeat: repeat;
      background-size: 6rem; 
      image-rendering: pixelated;
    */
      
      background-color: #3d3d3d;  
      background-image: url(/graphics/dark_planks.png); 
      background-repeat: repeat;
      background-size: 6rem; 
      image-rendering: pixelated;
      

          font-family: 'Times New Roman', Times, serif;
        font-optical-sizing: auto;
        font-style: normal;
}

.home-button{
    height: 3rem;
    width: 3rem;
}

hr{
    border-color: grey;
}

a{
    text-decoration: none;
    color: rgb(97, 97, 97);
    color: blue;
}

a:hover{
    transform: translateY(-3px);
    color: black;
}

.paper{
    background-color: #ffffff;
    background-size: 6rem;
    color: rgb(46, 45, 41);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 2rem;
    margin: 1.0rem;
    min-width: 40rem;

    font-size: 0.7rem;

    background-image: url(/graphics/ruta_default.png);
    background-repeat: repeat;
     background-size: 1rem; 
}

.old-paper{
    background-color: #ffffff;
    background-size: 6rem;
    color: rgb(110, 110, 110);
    padding: 1rem;
    margin: 1rem;
    min-width: 40rem;

    font-size: 1rem;

    border-bottom: 1px solid rgb(71, 71, 71); 
    border-right: 1px solid rgb(71, 71, 71); 
    
}

.old-paper hr{
    color: rgb(139, 87, 27);
    background-color: rgb(139, 87, 27);;
}


.indent{
    margin-left: 1rem;
}

::-webkit-scrollbar{
    background-color: rgb(54, 54, 54);
}

::-webkit-scrollbar-button{
    background-color: #ffffff00;
}

::-webkit-scrollbar-thumb{
    color: grey;
    background-color: grey;
}

h1{
    text-decoration: underline;
    text-align: center;
         font-family: Arial, Helvetica, sans-serif;

}

h2{
         font-family: Arial, Helvetica, sans-serif;

    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
}

hr{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 0rem;
}

img{
    width: 90%;
    max-width: 30rem;
    border-color:rgb(97, 97, 97);
    border-style: solid;
    border-width: 1px;
}

.image-collection{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
}

.image-collection img{
    max-width: 24rem;
    max-height: 24rem;
    margin: 0.5rem;
}

tr,td, th{
    padding: 0.3rem;
    border-style: solid;
    border-width: 1px;
    border-color:rgb(97, 97, 97);
    
}

.hover-bright:hover{
    filter: brightness(1.5);
    transform: translateY(-5px);
    transition: 0.3s;
}

.over-color{
    padding: 0.1rem;
    background-color: rgba(255, 0, 0, 0.461);
    color: rgb(22, 22, 22);
}

.over-color2{
    padding: 0.1rem;
    background-color: rgba(255, 95, 252, 0.461);
    color: rgb(22, 22, 22);
}

.donate-button{
    height: 7rem;
    width: 7rem;
    border-style: none;
}

.donate-button img{
    height: 7rem;
    width: 7rem;
    border-style: none;
}

.emoji{
    height: 1rem;
    width: 1rem;
    max-height: 1rem;
    max-width: 1rem;
    border-style: none;
}

u{
    margin-top: 1rem;
    margin-bottom: 0.1rem;
}


@media (max-width: 600px) {
    body {
      font-size: 0.7rem;
    }
  }