/* 
blue #a7c7e7 
light beige #eee7d7 
dark beige #e5cbba
gold #ffd700
*/

body {
  margin: 0;
  font-family: "Times New Roman", Times, serif;
  background-color: #ffffff;
}

p {
  align-content: center;
  text-align: left;
  text-indent: 30px;
}

.linkers {
  text-align: center;
  margin-top: 65px;
}

.imgl {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.project_names {
  text-align: left;
  margin-bottom: 2px;
}

.authors {
  margin-top: 2px;
  margin-bottom: 4px;
  font-size: 12px;
}

.main_title {
  text-align: center;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #a7c7e7; /* Background color of the top bar */
  color: #000000; /* Text color */
  padding: 10px 20px; /* Padding around the bar */
  z-index: 1000; /* Makes sure the bar stays on top of other content */
  box-sizing: border-box;
}

.top-bar h1 {
  margin: 0;
  display: inline-block;
  font-size: 24px;
}

.top-bar nav {
  float: right;
}

.top-bar nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-bar nav ul li {
  display: inline;
  margin-left: 20px;
}

.top-bar nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 18px;
}

.top-bar nav ul li a:hover {
  text-decoration: underline;
}

.container {
  display: flex;
  justify-content: center;
  margin-left: 25vw;
  margin-right: 25vw;
  height: calc(100vh - 65px);
  margin-bottom: 65px;
}

.content {
  margin-top: 65px;
  margin-bottom: 65px;
}

.links {
  color: #a7c7e7;
}

.links:hover {
  color: #ffd700;
}
