.codigo{
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background: #272822;
color: #F8F8F2;
font-family: 'Consolas', 'Monaco', monospace;
font-size: 18px;
padding: 20px;
border-radius: 8px;
white-space: pre-line;
text-align: left;
line-height: 1.6;
max-height: 25%;
max-width: 75%;
width: 75%;
height: 25%;
top: 15%;
overflow-y: hidden;
box-shadow: -8px 10px 18px rgba(0, 0, 0, 0.55);
}