body {
  background-color: darkred;
  font-family: "Times New Roman", serif;
  margin: 0;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

h5 {
  font-family: "Georgia", serif;
  font-size: 2.6em;
  text-align: center;
  margin-bottom: 85px;
text-decoration: underline;
font-weight: 100;

}

.entry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 100px;
  align-items: center;
}

a {
  color: orange;
  text-decoration: underline;
  font-size: .9em;
}

.login {
  display: flex;
  flex-direction: column;
      align-items: center;
  font-size: .8em;
    color: orange;
  text-decoration: underline;
    font-weight: 100;
      padding: 100px 20px;

  font-family: "Times New Roman", serif;



}