body {
    margin: 30px;
    font-size: 16;
    font-family: Helvetica, Arial, sans-serif;
}

h1 {
    margin: 10px 0 10px 0;
}

h2 {
    margin: 30px 0px 5px;
}

img {
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

dd {
    margin-top: 5px;
    margin-bottom: 10px;
}

a {
    color: 264653;
    background-color: transparent;
    text-decoration: underline dotted;
}

a:hover {
    color: e76f51;
    background-color: transparent;
    text-decoration: underline dotted;
    transition: 0.3s ease;
}

li {
    margin: 3px 0px;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.side-bar {
    width: 250px;
    height: 240px;
    border: 0.2rem solid;
    border-radius: 5px;
    padding: 15px;
    margin-top: 2.5%;
    margin-right: 10px;
    
}

.home-bar {
    width: 600px;
    margin-left: 10%;
    margin-right: 10%;
}

.main-bar {
    margin-left: 30%;
    margin-right: 10%;
}

.page-nav {
    margin-left: 30%;
    margin-right: 10%;
    margin-bottom: 3%;
}

button {
    padding: 0px;
    border: none;
    background: none;
    font-size: 16;
    font-family: Arial, Helvetica, sans-serif;
}

button:hover {
    color: e76f51;
    background-color: transparent;
    text-decoration: underline dotted;
    transition: 0.3s ease;
}

#showAll {
    margin-top: 10px;
    margin-bottom: 10px;
}

.tagContainer {
    margin-top: 10px;
    margin-right: 10px;
}

.tagContainer.selected {
    color: e76f51;
    text-decoration: underline dotted;
}

.postContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}