@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
.index{
  background-color: white;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-size: 19px;
  margin: 0px;
  background-image: linear-gradient(to right, lightskyblue , white, white, white);
}
body{
  background-color: white;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-size: 19px;
  margin: 0px;
}
.button-github-projetos {
  margin-left: 10px;
  width: 45px;
}
.link-projeto {
  transition: 500ms;
  background-color: black;
  border-radius: 15px;
  padding: 15px;
  text-decoration: none;
  color: white;
  font-size: 40px;
  font-weight: bold;
}
.link-projeto:hover{
  transition: 500ms;
  color: lightskyblue;
}
.projects-list {
  border-left: 1px solid black;
  border-right: 1px solid black;
  padding: 50px;
  max-width: 600px;
  margin: 50px auto;
  list-style: none;
}
.project-content {
  overflow: hidden;
  height: 0;
}
.project-opened {
  height: initial;
}
.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-img {
  display: block;
  float: right;
  margin-top: 20px;
  width: 55%;
}
.info-dock {
  float: left;
  bottom: 0;
  margin-left: 100px;
  padding-bottom: 5px;
  width: 180px;
  border-bottom: 2px solid black;
}
.button-github {
  margin-left: 20px;
  width: 60px;
}
.button-github:hover, .button-linkedin:hover{
  filter: drop-shadow(1px 1px 10px yellow);
}
.button-linkedin {
  margin-left: 20px;
  width: 57px;
}
.menu {
  float: right;
  margin-top: 10px;
  padding-right: 200px;
}
.link-menu{
  transition: 500ms;
  border-bottom: 2px solid lightskyblue;
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;
  margin: 0px 10px;
  padding: 5px;
}
.link-menu:hover{
  color: lightskyblue;
  transition: 500ms;
  border-bottom: 2px solid black;
  text-decoration: none;
  font-weight: normal;
}
.header-index{
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, lightskyblue , white, #e8e8e8, #e8e8e8);
  padding-bottom: 10px;
  background-image: linear-gradient(to right, lightskyblue , white, white, white);
}
header{
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
h1{
  color: black;
  font-size: 17px;
}
h2{
  font-size: 60px;
  margin-left: 100px;
}
h3{
  font-weight: normal;
  margin-left: 100px;
}
.preview-link {
  transition: 500ms;
  color: black;
  text-decoration: none;
  width: 26%;
  border-bottom: 2px solid lightskyblue;
  font-size: 30px;
}
.preview-link:hover {
  cursor: pointer;
  transition: 500ms;
  color: lightskyblue;
  text-decoration: none;
  width: 26%;
  border-bottom: 2px solid black;
  font-size: 30px;
}
.preview-teaser {
  border-bottom: 2px solid lightskyblue;
  font-size: 20px;
}
.preview-img {
  margin-top: 20px;
  width: 100%;
  border: 1px solid black;
}
.preview-meta {
  font-size: 18px;
}
.author-name {
  font-weight: bold;
}
.login-library, .table-library, .admin-library {
  border: 1px solid black;
  width: 100%;
}
.icon-link {
  transition: 500ms;
  width: 22px;
}
.icon-rotated{
  transition: 500ms;
  transform: rotate(180deg);
}
li{
  margin-bottom: 30px;
}