p {
    text-align: left;
    text-indent: 5%;
}

a {
    text-decoration: none;
    color: black;
}

h2 {
    text-align: left;
}

body {
    /* text-align: center; */
    margin: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.hero {
    background-image: url("images/background.avif");
    background-size: fill;
    height: 200px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
}

#title {
    color: rgb(255, 255, 255);
    /* background-color: rgb(176, 255, 255); */
    background-color: #1d87c4;
    border-radius: 5px;
    padding: 5px 10px;
}

#titles {
    color: white;
}

.main-content {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 800px;
    display: block;
    margin: 0px auto;
    
}

.main-content-heading {
    text-align: left;
    margin-bottom: 0px;
    font-size: 2em;
}

.paragraph_heading {
    display: flex;
    justify-content: space-between;
}

#date {
    /* display: block; */
    text-align: center;
    padding: 10px;
    width: 50px;
    color: rgb(119, 119, 119);
    background-color: rgba(0, 0, 0, 0.05);
}

.subhead {
    text-align: left;
    color: rgb(119, 119, 119);
    font-size: 15px;
    padding-top: 10px;

}

.paragraphs {
    margin-top: 10px;
    font-size: 1.2em;
}

#list {
    text-align: left;
    padding-left: 10%;
}

.change-pages {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}

.button-like {
    font-size: 20px;
    background-color: rgb(0, 97, 153);
    border: none;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    padding: 5px 10px;
    margin: 10px 20px;
}

.footnote {
    height: 300px;
    /* background-color: rgb(175, 40, 40); */
    background-color: #000f18;
    display: flex;
    justify-content: space-evenly;

}

.about {
    width: 300px;
    color: white;
    margin: 10px;
    

}

.posts {
    display: block;
    margin: 50px auto;
    /* width: 40%; */
    max-width: 400px;
    border: 1px solid rgb(119, 119, 119);
    transition: box-shadow 0.3s ease;
    padding: 5px 10px;
}

img {
    width: 100%;
    height: 100%;
}

.posts:hover {
    box-shadow: 5px 5px 10px grey;
    
    
}

.body-images {
    display: block;
    margin: 0px auto;
    width: 70%;
    height: 70%;
    padding: 4vw;
}
