section.newsFeed img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

section.info h1 {
    color:rgba(192,56,116,1);
    text-align: center;
    border-bottom: 1px dashed rgba(192,56,116,1);
    margin: 0 auto;
    margin-top: 50px;
    width: 40%;
    font-size: 36px;
    font-style: italic;
    overflow-y: hidden;
    
}

section.info p {
    color:rgba(192,56,116,1);
    font-size: 20px;;
    margin: 0 auto;
    max-width: 1000px;
    line-height: 2;
    padding: 2em;
    font-style: italic;
}