/* Place your custom styles here */
code, li, p, ul {
        font-size: 18px;
    }

table {
    display: table;
    //width: 80%;
    border-spacing: 20px;
    border-color: gray;
    font-size: 140%
}
tbody td {
  text-align: center;
}
td {
  padding: 5px;
}
th {
  padding: 5px;
}

a {
    font-size: 18px;
}
img[src="https://cv.ciberterminal.net/downloads/gokuh_ssjg.gif"] {
   width:150px;
   height:150px;
    display: none;
}
img[src*="geps.dev/progress"] {
   width:180px;
   height:30px;
}


span:hover + img{
    display: block;
}
