html {
  background-color: #222;
}

body {
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #e5e5e5;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
}

h1, h2, h3, h4 {
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
h1 a, h2 a, h3 a, h4 a {
  color: #fff;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
  color: #00fffa;
}

p {
  font-size: 1rem;
  line-height: 1.5;
}

ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}

footer {
  text-align: center;
}

footer li {
  display: inline;
}
footer li:after {
  content: " | ";
}
footer li:last-child:after {
  content: "";
}

.svg-background {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

.svg-container {
  height: 100%;
  width: 100%;
  max-width: 100rem;
  margin: auto;
  overflow: hidden;
  background-image: radial-gradient(circle at top left, #00fffa 0%, #7d60e6 30%, #333);
  background-attachment: fixed;
  box-shadow: 0px 0px 50px 10px #111;
}
.svg-container .svg {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #333;
  mix-blend-mode: darken;
}
.svg-container .svg div {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.svg-container .svg1 svg {
  left: -500px;
  top: 500px;
}
.svg-container .svg2 svg {
  right: -500px;
  top: -500px;
}
.svg-container .svg3 svg {
  left: -500px;
  top: 500px;
}
.svg-container .svg4 svg {
  right: -500px;
  top: -500px;
}
.svg-container svg {
  position: absolute;
  width: 1000px;
  height: 1000px;
}
.svg-container svg * {
  stroke: white;
  fill: transparent;
}
.svg-container svg * circle {
  stroke-width: 0.5px;
}

section {
  width: 90vw;
  max-width: 80rem;
  position: relative;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 570px) {
  section {
    width: 75vw;
  }
}

#work ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  flex-flow: row wrap;
  justify-content: space-between;
}
#work li {
  flex: 0 0 100%;
}
@media screen and (min-width: 570px) {
  #work li {
    flex: 0 0 calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 768px) {
  #work li {
    flex: 0 0 calc(33% - 0.5rem);
  }
}

#experience .experience {
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  margin: 1rem 0;
}
#experience .experience p {
  margin: 0;
}

#skillset li {
  margin: 0.5rem 0;
}
#skillset .skills {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1rem;
}
#skillset .skills div {
  flex: 0 0 100%;
}
@media screen and (min-width: 570px) {
  #skillset .skills div {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  #skillset .skills div {
    flex: 0 0 calc(25% - 1rem);
  }
}

#contact {
  margin-bottom: 10rem;
}
#contact svg {
  height: 5rem;
  position: absolute;
  top: calc(50% - 2.5rem);
}
#contact ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #contact ul {
    justify-content: space-between;
  }
}
#contact li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 0;
  box-sizing: border-box;
  padding-bottom: 40%;
  flex: 0 0 calc(50% - 1rem);
}
@media screen and (min-width: 570px) {
  #contact li {
    padding-bottom: 30%;
    flex: 0 0 calc(33% - 1rem);
  }
}
@media screen and (min-width: 768px) {
  #contact li {
    padding-bottom: 20%;
    flex: 0 0 calc(20% - 1rem);
  }
}
.image-block {
  position: relative;
  background-image: url(./src/images/20240614_211544.jpg);
  height: 90vh;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 100%;
}
.image-block img {
  max-width: 100%;
}
.image-block section {
  position: absolute;
  max-width: 55rem;
  margin: 4.5rem 4rem;
  bottom: 0;
}

header {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 30vh;
}
@media screen and (min-width: 570px) {
  header {
    height: 50vh;
  }
}
header section {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
header img {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  left: 0;
}
header ul {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
  justify-content: center;
}
header li {
  height: 2rem;
  width: 2rem;
}
header a {
  display: flex;
  justify-content: center;
}
header a:hover svg {
  fill: #00fffa;
}
header svg {
  height: 2rem;
  fill: #fff;
}
header .bg {
  width: auto;
  margin: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  flex-flow: column;
  gap: 1rem;
}
@media screen and (min-width: 570px) {
  header .bg {
    align-items: center;
    flex-flow: row;
  }
}

.bg {
  position: relative;
  padding: 2rem;
  background: #666;
  display: block;
  max-width: 80rem;
  width: 100%;
  z-index: 1;
}
.bg * {
  position: relative;
}

section:before, section:after {
  content: "";
  display: block;
  position: absolute;
  background-image: radial-gradient(circle at top left, #00fffa 20%, #7d60e6 50%, #333);
  background-attachment: fixed;
}

section:before {
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  top: -1px;
  left: -1px;
}

section:after {
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  top: -2px;
  left: -2px;
  filter: blur(3px);
}

.card img {
  display: block;
  max-width: 100%;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
}
.card .bg:before {
  border-color: #fff;
}

.card svg {
  fill: #fff;
}

.card:hover img, .card:hover svg {
  filter: blur(3px);
  fill: #7d60e6;
}

.card:hover a {
  opacity: 1;
}

.card p {
  margin: 0;
}

.card a {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  flex-flow: column;
  opacity: 0;
  transition: 0.1s;
  color: #fff;
}

.card a span {
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  font-size: 1.4rem;
}

.card a {
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map */
