body {
    font-family: monospace;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    display: block;
    margin: 20px auto;
}

hr {
    width: 60%;
    margin-top: 30px;
    border: 1px solid #000;
}

#botonHistorico {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
}
