:root {
  --bg: #0D0B1F;
  --fg: #E6E8F3;
  --primary: #9645FF;
  --secondary: #C678DD;
}

.entry-right {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: auto;
  width: 100%;
}

.entry-left {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: auto;
  width: 100%;
}

.entry-right img {
  margin-left: 20px;
  border: 1px solid var(--fg);
  width: 300px;
  height: 300px;
  float: right;
}

.entry-left>img {
  margin-right: 20px;
  border: 1px solid var(--fg);
  width: 300px;
  height: 300px;
  float: left;
}

.left-aligned {
  text-align: left;
}

.right-aligned {
  text-align: right;
}
