body {
  font-family: "Geom", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  /* background-image: linear-gradient(#334feb, #2000bf); */
  background-image: url("img/bg_pattern.png");
  padding: 25px;
  font-size: large;
  -webkit-text-stroke: 5px #255dc4;
  paint-order: stroke fill;
}

a {
  color: #70bfff;
}

a:visited {
  color: #6c9fff;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.section_links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 10rem;
}

.section_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 256px;
}

.project-section {
  padding: 2.5rem 10rem;
}

.image-paragraph {
  justify-self: center;
  display: flex;
  column-gap: 3rem;
  justify-content: space-around;
  width: 100%;
}

.subtitled-image {
  text-align: center;
}

.pixel-image {
  image-rendering: pixelated;
}

.hover-move {
  transition: 200ms;
}

.hover-move:hover {
  transform: translateY(-5px);
}

.carousel-btn {
  color: rgba(255, 255, 255, 0.7);
  font-size: 5rem;
  transition: 200ms;
}

.carousel-btn:hover {
  color: white;
}

@media (max-width: 600px) {
  .section_links {
    margin-top: 0px;
  }
  .section_link {
    margin-top: 3rem;
  }
  .project-section {
    padding: 1rem;
  }
  img {
    max-width: 256px;
  }
  .image-paragraph {
    column-gap: 1rem;
  }
}
