body
{background-color: #6f1616;
    padding: 20px;
 }

.titulo{
  border: 7.5px solid #f27350;
}

h1{
    animation: parpadeo 0.5s infinite;
    color: #ffffff;
    font-size: 2.5em;
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
    text-shadow: 2px 2px 4px #FFFFFF
}

@keyframes parpadeo {
    0%, 49% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

h3{
    color: #FFFFFF;
    text-align: left;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    text-shadow: 2px 2px 4px rgb(255, 255, 255);
    margin: 0.5
}

h4{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #2e0202;
    line-height: 5px;
}

#easteregg{
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #f27350;
    text-decoration: none;

}

#easteregg img {
 width: 16px;
 height: 16px;
 opacity: 0.01;
}

.grid-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
    align-items: start;
}

.rogoneadas{
    display: flex; 
    flex-direction: column;
    gap: 12px;
    width: 500px;
    height: 500px;
}