:root {
  --bg: #dfdfdf;
  --text: #333;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  margin: 0;
}

html {  
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

body {
background: #f5f5f5;
background: linear-gradient(90deg, rgba(245, 245, 245, 1) 0%, rgba(221, 221, 221, 1) 100%);
  color: var(--text);
  line-height: 1.5rem;
  min-height: 100vm;
}

.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.title {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.row {
  display: flex;
  gap: 1rem;
}

.listEntry {
  margin-bottom: 1rem;
  margin-bottom: 0.1rem;
  padding: 1rem;
  background: white;
}

.info {
  font-size: 0.9rem;
}

.metadata {
  margin-bottom: 1rem;
}

.footer {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1 {
  font-weight: 200;
  font-size: 3rem;
  line-height: 4rem;
}

h2 {
  font-weight: 200;
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 2.5rem;
}

.inst-box {
}

.details {
  margin-bottom: 1rem;
  margin-bottom: 0.1rem;
  padding: 1rem;
  background: white;
}

a {
  color: #4e6194;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: none;
}

a:hover {
  color: red;
}
