@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  color: black;
  list-style: none;
  margin: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 2px;
}
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
nav {
  background-color: white;
  display: flex;
  witdh: 100%;
  display: flex;
  justify-content: space-between;
}
nav-right {
  background-color: white;
  width: auto;
  text-decoration: none;
}
nav-right a {
  background-color: white;
  width: auto;
  text-decoration: none;
}
nav-right:hover {
  text-decoration: line-through;
  color: black;
  font-weight: bold;
}
nav-center {
  background-color: white;
  width: auto;
  color: black;
}
nav-center a {
  background-color: white;
  width: auto;
  text-decoration: none;
}
nav-center:hover {
  text-decoration: line-through;
  color: black;
  font-weight: bold;
}
nav-left {
  background-color: white;
  width: auto;
}
nav-left a {
  background-color: white;
  width: auto;
  text-decoration: none;
}
nav-left:hover {
  text-decoration: line-through;
  color: black;
  font-weight: bold;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-weight: bold;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

nav-right:hover .dropdown-content {
  display: block;
}
nav-center:hover .dropdown-content {
  display: block;
}
nav-left:hover .dropdown-content {
  display: block;
}

.containerIMG {
  display: flex;
  background-color: white;
  width: 700px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  top: 3em;
  justify-content: center;
  align-items: center;
}
.containerINFO {
  display: flex;
  background-color: transparent;
  width: 800px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  top: 6em;
  justify-content: left;
  align-items: center;
}
.entry {
  border-left: 4px solid #0d1d1c;
  padding-left: 12px;
  margin: 20px;
  max-width: 500px;
  font-family: "Roboto", sans-serif;
}

.year {
  font-weight: bold;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
}
.title {
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
}
.desc {
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  padding-left: 13px;
}
.entry p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif;
}

.entry a {
  text-decoration: underline;
  color: inherit;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
    letter-spacing: 1px;
  }
  nav {
    flex-direction: row;
    width: 90%;
    align-items: center;
    position: fixed;
    top: 0;
    right: 4em;
    background-color: white;
    z-index: 10;
  }
  nav-right {
    background-color: white;
    width: auto;
    text-decoration: none;
  }
  nav-right a {
    background-color: white;
    width: auto;
    text-decoration: none;
  }
  nav-right:hover {
    text-decoration: line-through;
    color: black;
    font-weight: bold;
  }
  nav-center {
    background-color: white;
    width: auto;
    color: black;
    white-space: nowrap;
  }
  nav-center a {
    background-color: white;
    width: auto;
    text-decoration: none;
    white-space: nowrap;
  }
  nav-center:hover {
    text-decoration: line-through;
    color: black;
    font-weight: bold;
  }
  nav-left {
    background-color: white;
    width: auto;
  }
  nav-left a {
    background-color: white;
    width: auto;
    text-decoration: none;
  }
  nav-left:hover {
    text-decoration: line-through;
    color: black;
    font-weight: bold;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-weight: bold;
  }

  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown-content a:hover {
    background-color: #ddd;
  }

  nav-right:hover .dropdown-content {
    display: block;
  }
  nav-center:hover .dropdown-content {
    display: block;
  }
  nav-left:hover .dropdown-content {
    display: block;
  }
  .containerIMG {
    display: flex;
    background-color: white;
    width: 700px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    top: 2em;
    right: 5.5em;
    justify-content: center;
    align-items: center;
  }
  .containerINFO {
    display: flex;
    background-color: transparent;
    width: 800px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    top: 0em;
    justify-content: left;
    align-items: center;
  }
  .entry {
    border-left: 4px solid #0d1d1c;
    padding-left: 12px;
    margin: 20px;
    max-width: 500px;
    font-family: "Roboto", sans-serif;
  }

  .year {
    font-weight: bold;
    margin-bottom: 4px;
    font-family: "Roboto", sans-serif;
  }
  .title {
    font-weight: 400;
    margin-bottom: 4px;
    font-family: "Roboto", sans-serif;
  }
  .desc {
    margin-bottom: 4px;
    font-family: "Roboto", sans-serif;
    padding-left: 13px;
  }
  .entry p {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
  }

  .entry a {
    text-decoration: underline;
    color: inherit;
    font-family: "Roboto", sans-serif;
  }
}
