.literature_block {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 1rem 3rem;
}

.literature_container {
    max-width: 1170px;
    margin: 2rem auto;
}

.literature-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    color: #0952af;
}

a {
    text-decoration: none;
}

.description {
    font-size: 1.2rem;
}

.literature-title{
    text-align: center;
    color: #0952af;
}