body {
    background-color: #7A5C4D;
    color: #F5EFE6;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    padding: 20px;
}

main {
    width: 80%;
    margin: 0 auto;
}

footer {
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

h1, h2 {
    font-family: Georgia, serif;
}

h1 {
    margin-bottom: 10px;
    text-align: center;
}

h2 {
    color: #F2C94C;
    margin-top: 30px;
}

nav {
    margin-top: 10px;
    margin-bottom: 20px;
}

nav a {
    color: #6FA8DC;
    text-decoration: none;
}

section {
    margin-bottom: 40px;
}

p {
    line-height: 1.6;
}

img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    height: auto;
    width: 500px;
}

section:first-of-type img {
    width: 180px;
}

footer p {
    margin: 0;
}


#storyof{
    display: grid;
    grid-template-columns: 500px 1fr;
    border-style: solid none solid none;
    border-color: #F5EFE6;
    border-width: 2px;
}
#storytext{
    grid-column: 2;
    grid-row: 1;
    text-align: center;
    
}
#storyof img{
    width: 400px;
}
#todays{
    
    background-color: #6FA8DC; 
    border-radius: 20px;
    font-size: 20px;
    padding: 5px 5px;
    max-width: 300px;
    align-self: center;
    margin: auto;
    margin-top: 70px;
}

#articles{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

#arth2{
    text-align: center;
}
#articles img{
    max-width: 300px;
    max-height: 325px;
}
#articles div{
    background-color: #F5EFE6;
    max-width: 400px;
    margin: auto;
    padding: 0px 20px;
    box-shadow: 5px 5px 10px rgba(79, 50, 33, 0.5);
    border-radius: 2px;
}
#articles h4, #articles p{
    color: #6FA8DC;
    text-align: center;
}
#articles h4{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: -5px;
    margin-top: -3px;
}