h1{
    cursor: pointer;
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0;
}
textarea{
    padding: 10px;
    font-family: "Courier New", monospace;
    font-size: 14px;
    border: none;
    background-color: #000000;
    color: #00ff00;
    resize: none;
    width: 40%;
}
  
textarea:focus {
    outline: none;
}
.oculto{
    display: none;
}
.bloque{
    display: flex;
    width: 100%;
    align-items: center;
}
.bloque textarea{
    margin-right: 10px;
    display: none;
}
.bloque p{
    display: none;
}
.chart-container {
    display: inline-block;
    width: 24%;
    text-align: center;
    margin-bottom: 50px;
  }
  img{
    height: 100px;
    width: 100px;
}