#container {
    margin: 5px;
    display: flex;
    align-items: center;
    background-color: #3b2027;
    border-style: dotted;
    color: #cf752b;
    overflow: hidden;
}

#container p {
    margin: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

#post {
    margin: 20px;
    padding: 25px 25px;
    background-color: #bd6a62;
    border-style: dotted;
    color: #cf752b;
}

#navbar {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%
}


a:link, a:visited {
    background-color: #3b2027;
    color: #cf752b;
    text-decoration: none;
    padding: 20px 40px;
    margin: 5px;
    flex: 1;
    text-align: center;
    border-style: dotted;
}

a:hover, a:active {
    background-color: #cf752b;
    color: #3b2027;
}

a.blog:link, a.blog:visited {
    background-color: #3b2027;
    color: #cf752b;
    text-decoration: underline;
    padding: 0px 0px;
    margin: 0px;
    width: auto;
    border-style: none;

}
a.blog:hover, a.blog.active {
    background-color: #cf752b;
    color: #3b2027;
    text-decoration: underline;
}

#end {
    text-align: center;
    align-items: center;
}

body {
    background-color: #7d3833;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 50px;

}


img {
    background-color: #3b2027;

}

.collapsible {
    background-color: #3b2027;
    padding: 10px 40px;
    margin: 5px;
    border-style: dotted;
    border-width: 3px;
    color: #cf752b;
    border-color: #cf752b;
}

.active, .collapsible:hover {
    background-color: #cf752b;
    color: #3b2027;
    border-width: 3px;
    border-color: #3b2027;
}

.content {
    background-color: #3b2027;
    display: none;
    overflow: hidden;
    padding: 10px 40px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-style: dotted;
    color: #ffee83;
    border-color: #cf752b;
}

b {
    font-size: large;
}

small {
    margin-left: 40px;
}

p {
    color: #ffee83;
}