body {
  color: #F0F0F0;
  margin: 5vh 1rem;
  text-align: center;
  font-family: sans-serif;
  background-color: #21161E;
}

img {
  width: 300px;
  height: auto;
  max-width: 90vw;
  border-radius: 8px;
  box-shadow: 0 0 18px #0003;
}

button {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  padding: .6rem 1.2rem;
}

.dictionary-group {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.dictionary-entry {
  font-family: serif;
  width: 400px;
  padding: 10px;
  text-align: left;
  margin: 1rem 1rem;
  font-size: 1.2rem;
  border-radius: 10px;
  background-color: #5D6D71;
  box-shadow: 0 0 18px #0003;
}