body {
    background-color: rgb(255, 236, 197);
}

/* header {
    background-color: rgb(254, 240, 193);
} */

header h1 {
    justify-content: center;
    justify-self: center;
    font-size: 95px;
}

#newsButton {
    background-color: rgb(255, 246, 227);
    color: black;               /* text color */
    font-size: 18px;            /* text size */
    border: none;               /* remove default border */
    border-radius: 12px;        /* rounded corners */
    cursor: pointer;            /* pointer on hover */
    justify-self: center;
    align-items: center;
}

body > h1 {
    justify-content: center;
    justify-self: center;
    font-size: 200px;
    width: 100%;
    text-align: justify;
    text-align-last: center;
    font-weight: 900;
}

body > h1 {
    background-image: url(../images/newsbg1.jpg);
}

h2 {
    text-align: left;
    font-size:100px;
    /* background-color: rgb(247, 218, 175); */
    background-image: url(../images/newsbg2.jpg);
    display: inline-block;
}


body > p:nth-of-type(1) {
    display: inline-block;
    background-color: rgb(255, 246, 227);
    padding: 20px;
    border-radius: 20px;
    line-height: 1.6;
}


aside:nth-of-type(1) {
    width: 20%;
    padding-left: 20px;
    margin-left: 15px;
    float: right;
    font-style: italic;
    background-color: rgb(255, 253, 250);
    border-radius: 25px;
}

body > p:nth-of-type(2) {
    background-color: rgb(255, 252, 245);
    padding: 60px;
    border-radius: 20px;
    line-height: 1.9;
}

h3 {
    justify-content: center;
    justify-self: center;
    font-size: 150px;
    width: 100%;
    text-align: justify;
    text-align-last: center;
    font-weight: 900;
    background-color: rgb(253, 247, 230);
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
}
.bg {
    position: fixed;
    inset: 0;
    background: url("../images/newspaper_background.jpg") center/cover no-repeat;
    opacity: 0.5;
    z-index: -1;
}

h1 {
    font-family: 'Times New Roman', Times, serif;
    justify-content: center;
    justify-self: center;
}

p {
    font-family: 'Times New Roman', Times, serif;
    font-size: larger;
}