* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
    color: white;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex !important;
}

.construction {
    font-weight: bold;
    font-size: 16px;
}

.portfolio {
    text-align: center;
    height: 100vh;
    width: 100vw;
    padding: 1%;
    padding-top: 1vh;
    padding-bottom: 1vh;
}

.portfolio-media {
  width: 30vw;
}

.title {
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.description, .description-large {
  font-size: clamp(16px, 1vw, 24px);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.description-large {
  font-size: clamp(24px, 1vw, 28px);
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 100%;
  height: 10%;
  box-sizing: border-box;
}

.icon {
  margin: 0 1%;
}

.link, .name {
  color: #4c839f;
}

.name {
  text-decoration: none;
}

.author {
  margin: 8px;
}