body.is-bauhaus {
  background-color: #eadbcd;
  font-family: "Staatliches";
  display: flex;
  flex-direction: row-reverse;
  height: 100vh;
  margin: 0;
  align-content: center;
  overflow: hidden;
  color: #020200;
}
body.is-bauhaus header {
  display: flex;
  flex-direction: column-reverse;
}
body.is-bauhaus header [data-role=fullname] {
  transform: rotate(-90deg);
  background-color: #f0cb0b;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 20%;
  font-size: 3em;
}
body.is-bauhaus header [data-role=external-links] {
  background-color: #f9f4f1;
  font-size: 2em;
  font-weight: 600;
  margin: auto;
}
body.is-bauhaus header a {
  color: inherit;
  text-decoration: inherit;
}
body.is-bauhaus header a::after {
  content: ".";
}
body.is-bauhaus main {
  flex-grow: 1;
  font-size: 1.4em;
  margin: auto;
  padding: 8%;
}
body.is-bauhaus main .photo {
  position: absolute;
  height: 32%;
  width: 32%;
  background-color: #f0cb0b;
  bottom: 6%;
  right: 3%;
  width: auto;
  padding: 3%;
}
body.is-bauhaus main .photo-content {
  position: absolute;
  right: 30%;
  bottom: -3%;
  background-image: url("../assets/imgs/bicolo-transparent.png");
  display: block;
  height: 12rem;
  width: 12rem;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
}
body.is-bauhaus .utils-shape {
  position: absolute;
  height: 100vh;
  width: 100vh;
  left: 0;
}
body.is-bauhaus .shape {
  position: absolute;
  z-index: -1;
}
body.is-bauhaus .shape:nth-child(1) {
  height: 16%;
  width: 16%;
  background-color: #c53422;
  top: 15%;
  left: 75%;
}
body.is-bauhaus .shape:nth-child(2) {
  height: 32%;
  width: 32%;
  background-color: #c0d7d7;
  bottom: 6%;
  left: 3%;
}
body.is-bauhaus .shape:nth-child(3) {
  height: 38%;
  width: 38%;
  border-radius: 100%;
  background-color: #047b86;
  top: 70%;
  left: 30%;
  border: solid 24px #eadbcd;
}/*# sourceMappingURL=bauhaus.css.map */