@import "global.css";

#photo {
  align-content: center;
  justify-content: center;
  display: flex;
  padding-top: 30px;
}

#photo > pre {
  font-family: monospace;
  font-size: 7px;
  margin-bottom: 40px;
  color: var(--base02);
  border: 1px solid var(--base03);
  @media screen and (max-width: 1000px) {
    margin-top: 90px;
  }
}

.color {
  width: 100%;
  align-self: center;
  @media screen and (max-width: 1000px) {
    margin-top: 90px;
  }
}

#desc {
  display: flex;
  flex-direction: column;
  align-items: start;
  color: var(--base02);
  margin-left: 40px;
  margin-right: 40px;
  text-align: justify;
}

