#home-content {
  display: flex;
  flex-direction: row;
  margin-right: 200px;
  margin-left: 200px;
  height: 800px;
}

.sidebar-entry {
  border-width: 2px;
  border: solid;
}

.box {
  border-width: 2px;
  border: solid;
  background-color: #E5E6C5;
}

#sidebar {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 50px;
  margin-left: 30px;
}

#body {
  flex: 3;
  display: flex;
  flex-direction: column;
}

article .header {
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
}

.badge {
  width: 88px;
  height: 31px;
  margin: 5px;
}

.updates {
  overflow: visible scroll;
}

.posts {
  overflow: visible scroll;
}

.post header {
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}

.interests {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 0px; 25px; 0px; 25px;
}

.interests .list-entry {
  display: flex;
  justify-content: center;
  align-items: center;
}

.date {
  flex: 1;
  text-align: right;
}

.summary {
  padding: 15px;
  white-space: pre-line;
}

.post .post-content {
}

header .site-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-size: xx-large;
}

header img {
  padding: 15px;
  width: 50px;
}

footer {
  display: flex;
  justify-content: center;
  padding: 15px;
}

li {
  padding: 5px 0px 5px 0px;
}

nav {
  display: grid;
  grid-template-columns: auto;
}

article {
  border-width: 2px;
  border: solid;
  margin: 0px 0px 15px 0px;
  padding: 15px;
}

body {
  background-color: #E5DFC5;
}
