html{font-size: 24px;}

.newspaper{font-size: 16px;
            font-family: 'Open Sans', sans-serif;
            margin-left: auto;
            margin-right: auto;
            margin-top: 70px;
            max-width: 800px;
            box-shadow: 8px 8px 10px rgb(69, 69, 69);
            background-color:  #e7e7e6;
            padding:25px; }

.name{font-size: 2rem; 
    font-family:'Times New Roman', serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;}

.date{font-family:'Times New Roman', serif;
     text-align: right;}

.author{text-transform: uppercase;
        font-weight: bold;
        margin-top: 30px;}

.headline{font-size: 2em;
        font-weight: bold;
        text-align: center;}

.sub-headline{font-weight: 100;
            font-size: 1.5em;
            font-style: italic;
            font-family: 'Times New Roman', Times, serif;
            text-align: center;}

.text{text-indent: 20px;
    line-height: 2em;
    font-family: 'Times New Roman', Times, serif;
    text-align:justify;}

.text::first-letter{font-weight: bold;
                    font-size: 2em;}

body{background-color: grey;}

hr{border: 1px solid black;}