body {
    font-family: 'Arial', sans-serif;
    background: url('paisaje-uno.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #f5f5f5;
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.post.full {
    background-color: rgba(44, 47, 51, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    max-width: 800px;
    margin: 20px auto;
}

.post.full h1 {
    color: #ffffff;
    font-size: 2em;
    margin-bottom: 10px;
}

.date {
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #ffcc00; /* Puedes cambiar el color según la historia */
}

.post.full p {
    margin-bottom: 15px;
    font-size: 1.2em;
    line-height: 1.6;
    color: #f5f5f5;
}

footer {
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #444;
    margin-top: 20px;
}

.perfil{
    display: flex;
    justify-content: left;
    align-items: left;
    margin-top: 20px;
}

.perfil-picture{
    width: 100px;
    height: 100px;
    border-radius 50½;
    object-fit: cover;
    border: 2px;
    box-shadow: 0 4px 6px rgba(0,0,0 ,0.1)
}