article p{
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 30px;
}
.post1{
    border: solid 1px black;
    margin: 40px;
    padding: 50px;
    border-radius: 10px;
    text-decoration: none;
    background-color: white;
}
main li{
    font-size: 18px;
    list-style-type: none;
    font-weight: bold;
    font-style: italic;
}