@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-family: Roboto, sans-serif;
  --heightop: 16px;
}

a {
  text-decoration: none;
  color: inherit;
}

.main-container {
  max-width: 1240px;
  margin: 0 auto;
  background-color: white;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.title {
  background-color: lightblue;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}

.content {
  margin-left: 48px;
  margin-top: 16px;
}

.contact {
  margin-top: 8px;
  color: blue;
  display: flex;
  gap: 24px;
}

.contact :hover {
  opacity: 0.7;
}

.tech {
  margin: 16px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.tech span {
  white-space: nowrap;
  padding: 8px;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
}

.link {
  float: right;
  padding-left: 14px;
  font-size: smaller;
  font-style: italic;
  color: purple;
  text-decoration: none;
  height: 30px;
}

.link :hover {
  opacity: 0.7;
}

.imglink {
  height: 30px;
}

.tag {
  margin: 16px;
  padding: 12px;
  background-color: yellow;
  color: blue;
  text-align: center;
  border-radius: 10px;
  width: 99px;
}/*# sourceMappingURL=exp.css.map */