.logo {
  transform: translateY(-20px);
}

.flex-row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.flex-row img {
  width: 190px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25), 0px 2px 5px 0px rgba(132, 132, 132, 0.25);
  border-radius: 5px;
}

body {
  position: relative;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

figure, figcaption {
  margin: 0px;
  padding: 0px;
}

article {
  font-family: "Be Vietnam Pro";
  margin: 45px auto;
  width: 600px;
}
article .category {
  font-size: 12px;
  background-color: #08f;
  border-radius: 5px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  color: white;
  font-weight: 400;
}
article button {
  transition: box-shadow 0.3s ease-in-out;
  margin: 8px 0px 32px 0px;
  cursor: pointer;
  display: flex;
  width: 600px;
  color: #FFF;
  font-family: "Be Vietnam Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  height: 47px;
  justify-content: center;
  line-height: normal;
  letter-spacing: -0.322px;
  padding: 8px 40px;
  flex-direction: column;
  align-items: center;
  gap: 6.187px;
  border-radius: 5px;
  border: 0.619px solid rgba(248, 243, 243, 0.44);
  background: linear-gradient(123deg, #08F 23.53%, #037BE3 135.01%);
  box-shadow: 0px 2.475px 13.488px 0px #2B98F6;
}
article button:hover {
  background-color: white;
  color: #08F;
  box-shadow: none;
  background: white;
  border: 1px solid #08f;
}
article h1 {
  margin: 8px 0px 16px 0px;
  font-weight: 500;
  width: 380px;
  padding: 0px 200px 0px 0px;
  text-align: left;
  background: linear-gradient(287deg, #515151 41.47%, #222 84.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
article .info {
  height: 20px;
  width: 600px;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  background-color: rgba(78, 82, 83, 0.337);
}
article .info span {
  color: white;
  width: 240px;
  pointer-events: none;
  font-size: 24px;
  text-shadow: 1px 1px 1px black;
}
article #target:hover .info {
  cursor: pointer;
  height: 855px;
  bottom: 2px;
  opacity: 1;
  z-index: 20;
}
article .cv-photo {
  position: relative;
  z-index: 4;
  width: 600px;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25), 0px 2px 5px 0px rgba(132, 132, 132, 0.25);
  border-radius: 5px;
}
article .decoration {
  position: fixed;
  top: 170px;
  left: 30px;
}
article .decoration img {
  width: 60px;
}
article .spis-tresci {
  z-index: 10;
  flex-direction: column;
  display: flex;
  gap: 8px;
  border: 1px solid rgb(0, 136, 255);
  border-radius: 5px;
  background-color: #08F;
  box-shadow: 1px 2px 5px rgba(128, 128, 128, 0.219);
  padding: 16px;
  width: -moz-fit-content;
  width: fit-content;
  left: 20px;
  top: 230px;
}
article .spis-tresci p {
  color: white;
  font-weight: 500;
}
article .spis-tresci a {
  color: white;
  font-size: 14px;
}
article p {
  line-height: 24px;
  color: #343434;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
}
article .h2 {
  text-align: left;
  background: linear-gradient(287deg, #515151 41.47%, #222 84.06%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 48px 0px 16px 0px;
}
article .list li {
  line-height: 34px;
  color: #343434;
}

@media (max-width: 1200px) {
  article .decoration {
    display: none;
    top: 170px;
    left: 30px;
  }
  article .decoration img {
    width: 60px;
  }
  article .spis-tresci {
    z-index: 10;
    flex-direction: column;
    display: flex;
    gap: 8px;
    border: 1px solid rgb(0, 136, 255);
    border-radius: 5px;
    background-color: #08F;
    box-shadow: 1px 2px 5px rgba(128, 128, 128, 0.219);
    padding: 16px;
    width: -moz-fit-content;
    width: fit-content;
    left: 20px;
    top: 230px;
  }
  article .spis-tresci p {
    color: white;
    font-weight: 500;
  }
  article .spis-tresci a {
    color: white;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  article {
    font-family: "Be Vietnam Pro";
    margin: 45px auto;
    width: 400px;
  }
  article .category {
    font-size: 12px;
    background-color: #08f;
    border-radius: 5px;
    padding: 8px 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    color: white;
    font-weight: 400;
  }
  article .flex-row img {
    width: 123px;
  }
  article button {
    transition: box-shadow 0.3s ease-in-out;
    margin: 8px 0px 32px 0px;
    cursor: pointer;
    margin-top: 8px;
    display: flex;
    width: 400px;
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: 47px;
    justify-content: center;
    line-height: normal;
    letter-spacing: -0.322px;
    padding: 8px 40px;
    flex-direction: column;
    align-items: center;
    gap: 6.187px;
    border-radius: 5px;
    border: 0.619px solid rgba(248, 243, 243, 0.44);
    background: linear-gradient(123deg, #08F 23.53%, #037BE3 135.01%);
    box-shadow: 0px 2.475px 13.488px 0px #2B98F6;
  }
  article button:hover {
    background-color: white;
    color: #08F;
    box-shadow: none;
    background: white;
    border: 1px solid #08f;
  }
  article h1 {
    margin: 8px 0px 16px 0px;
    font-weight: 500;
    width: 380px;
    padding: 0px 200px 0px 0px;
    text-align: left;
    background: linear-gradient(287deg, #515151 41.47%, #222 84.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  article #target:hover .info {
    display: none;
  }
  article .cv-photo {
    position: relative;
    z-index: 4;
    width: 400px;
    cursor: pointer;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25), 0px 2px 5px 0px rgba(132, 132, 132, 0.25);
    border-radius: 5px;
  }
}
@media (max-width: 450px) {
  article {
    font-family: "Be Vietnam Pro";
    margin: 45px auto;
    width: 300px;
  }
  article .category {
    font-size: 12px;
    background-color: #08f;
    border-radius: 5px;
    padding: 8px 16px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center;
    color: white;
    font-weight: 400;
  }
  article .flex-row img {
    width: 95px;
  }
  article button {
    text-wrap: nowrap;
    transition: box-shadow 0.3s ease-in-out;
    margin: 8px 0px 32px 0px;
    cursor: pointer;
    margin-top: 8px;
    display: flex;
    width: 300px;
    color: #FFF;
    font-family: "Be Vietnam Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: 47px;
    justify-content: center;
    line-height: normal;
    letter-spacing: -0.322px;
    padding: 8px 40px;
    flex-direction: column;
    align-items: center;
    gap: 6.187px;
    border-radius: 5px;
    border: 0.619px solid rgba(248, 243, 243, 0.44);
    background: linear-gradient(123deg, #08F 23.53%, #037BE3 135.01%);
    box-shadow: 0px 2.475px 13.488px 0px #2B98F6;
  }
  article button:hover {
    background-color: white;
    color: #08F;
    box-shadow: none;
    background: white;
    border: 1px solid #08f;
  }
  article h1 {
    margin: 8px 0px 16px 0px;
    font-weight: 500;
    width: 280px;
    padding: 0px 200px 0px 0px;
    text-align: left;
    background: linear-gradient(287deg, #515151 41.47%, #222 84.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  article #target:hover .info {
    display: none;
  }
  article .cv-photo {
    position: relative;
    z-index: 4;
    width: 300px;
    cursor: pointer;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25), 0px 2px 5px 0px rgba(132, 132, 132, 0.25);
    border-radius: 5px;
  }
}/*# sourceMappingURL=article.css.map */