.entry {
  background: rgba(255, 255, 255, 0.50);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 16px;
  color: #4092db;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.entry-title {
  font-family: 'genshin';
  font-size: 22px;
  margin: 0 0 6px 0;
  text-shadow: 4px 4px 9px #fff;
}

.entry-date {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 8px;
  display: block;
    text-shadow: 4px 4px 9px #fff;
}

.entry-image {
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid rgba(255,255,255,0.6);
}

.entry-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.entry-body {
  font-size: 12pt;
  text-shadow: 2px 2px 4px #000;
  line-height: 1.5;
  color: #fff;
}
