body{

    font-family: Verdana, Tahoma, Arial, sans-serif;
    background-color: #ffffff;
    color: rgb(107, 107, 107);

    background-color: #fcd175;  
    background-image: url(/graphics/plank.png); 
    background-repeat: repeat;
    background-size: 6rem; 

         font-family: Arial, Helvetica, sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
}

.top-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    background-color: #2650cf;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-bar img{
    height: 5rem;
    image-rendering: pixelated;
}

.content-select{
    position: fixed;
    top: 5rem;
    left: 0;
    height: calc(100% - 5rem);
    width: 14rem;
    border-style: solid;
    border-color: rgb(219, 219, 219);
    border-width: 6px;
    background-color: white;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    
}

.content-select a{
    font-size: 0.8rem;
    border-style: solid;
    border-color: rgb(219, 219, 219);
    border-width: 5px;
    margin: 0.5rem;
    padding-left: 0.3rem;
    background-color: white;
    text-decoration: none;
    color: rgb(107, 107, 107);

}

.content-select a:hover{
    transform:translateY(-3px);
}

.content{
    position: fixed;
    top: 5rem;
    left: 18rem;
    color: rgb(107, 107, 107);
    overflow-y: scroll;
    width: calc(100% - 10rem);
    height: calc(100% - 5rem);
    font-size: 1.1rem;

    image-rendering: pixelated;

    background-color: #3d3d3d;  
    background-image: url(/graphics/planks.png); 
    background-repeat: repeat;
    background-size: 6rem; 
}

h2{
    font-size: 1rem;
    margin-top: 14rem;
    text-decoration: underline;


    background-image: url(/graphics/ruta_default.png);
    background-repeat: repeat;
     background-size: 2rem; 

     width: calc(100% - 10rem);
}

p{
    margin-top: -0.70rem;


    background-image: url(/graphics/ruta_default.png);
    background-repeat: repeat;
     background-size: 2rem; 

     width: calc(100% - 10rem);
}

.content img{
    width: 25rem;
    border-style: solid;
    border-color: rgb(219, 219, 219);
    border-width: 5px;
}

.ecpc-flex{
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
}

.ecpc-flex-group{
    min-height: 4rem;
    max-height: 10rem;
    overflow-y: scroll;
    min-width: 5rem;
    background-color: rgb(216, 216, 216);
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    padding: 1rem;
}

.ecpc-flex-group img{
    image-rendering: pixelated;
    height: 3rem;
    width: 3rem;
}

.ecpc-flex-group u{

}

.table-style{
    border-style: solid;
    border-color: rgb(219, 219, 219);
    border-width: 5px;

    background-image: url(/graphics/ruta_default.png);
    background-repeat: repeat;
     background-size: 2rem; 
}

td{
    background-image: url(/graphics/ruta_default.png);
    background-repeat: repeat;
     background-size: 2rem; 
}


.over-color{
    padding: 0.1rem;
    background-color: rgba(255, 0, 0, 0.461);
    color: rgb(45, 45, 45);
}


.over-color2{
    padding: 0.1rem;
    background-color: rgba(255, 95, 252, 0.461);
    color: rgb(22, 22, 22);
}

@media only screen and (max-width: 600px) {
    .content-select{
        display: none;
    }
    .content{
        left: 0;
        width: 100%;
        padding: 0.5rem;
    }
  }




  