* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* p {
  font-size: 0.813rem;
}

body {
  height: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  background-color: hsl(0, 0%, 81%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.parent {
  margin: 2rem;
  display: grid;
  grid-template-columns: auto;
}
.parent section {
  border-style: none;
  border-radius: 0.5rem;
  padding: 2rem;
}
.parent section .header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.parent section .header img {
  margin-right: 1rem;
  border-radius: 50%;
  width: 2rem;
}
.parent section .header .header-information .name {
  font-weight: 500;
}
.parent section h1 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.parent .box1, .parent .box2, .parent .box3, .parent .box4, .parent .box5 {
  box-shadow: 0px 1px 10px 2px hsl(224, 10%, 45%);
}
.parent .box1 {
  background-color: hsl(263, 55%, 52%);
  max-width: 16rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.parent .box1 h1, .parent .box1 p {
  color: hsl(214, 17%, 92%);
}
.parent .box1 .id {
  color: hsl(0, 0%, 81%);
}
.parent .box1 img {
  border-style: solid;
  border-width: 0.1rem;
  border-color: hsl(264, 82%, 80%);
}
.parent .box2 {
  background-color: hsl(217, 19%, 35%);
  max-width: 16rem;
  margin-bottom: 2rem;
}
.parent .box2 h1, .parent .box2 p {
  color: hsl(214, 17%, 92%);
}
.parent .box2 .id {
  color: hsl(0, 0%, 81%);
}
.parent .box3 {
  background-color: hsl(0, 0%, 100%);
  max-width: 16rem;
  margin-bottom: 2rem;
}
.parent .box3 h1, .parent .box3 p, .parent .box3 .id {
  color: hsl(224, 10%, 45%);
}
.parent .box4 {
  background-color: hsl(219, 29%, 14%);
  max-width: 16rem;
  margin-bottom: 2rem;
}
.parent .box4 img {
  border-style: solid;
  border-width: 0.1rem;
  border-color: hsl(263, 55%, 52%);
}
.parent .box4 h1, .parent .box4 p, .parent .box4 .id {
  color: hsl(0, 0%, 81%);
}
.parent .box5 {
  background-color: hsl(0, 0%, 100%);
  max-width: 16rem;
  margin-bottom: 2rem;
}
.parent h1, .parent p {
  color: hsl(217, 19%, 35%);
}
.parent .id {
  color: hsl(224, 10%, 45%);
}

@media (min-width: 68.75rem) {
  body {
    height: 100vh;
  }
  .parent {
    display: flex;
  }
  .parent .special-parent-container {
    display: flex;
    flex-direction: column;
  }
  .parent .special-parent-container .special-child-container-top {
    display: flex;
  }
  .parent .special-parent-container .special-child-container-bottom {
    display: flex;
  }
  .parent .box1, .parent .box2, .parent .box3, .parent .box4, .parent .box5 {
    margin: 1rem;
    box-shadow: 25px 25px 10px 2px hsl(222, 11%, 64%);
  }
  .parent .box1, .parent .box4 {
    max-width: 28rem;
  }
  .parent .box2, .parent .box3 {
    max-width: 13.7rem;
  }
  .parent .box1 {
    background-image: url("images/bg-pattern-quotation.svg");
    background-repeat: no-repeat;
    background-position: 80% 0%;
  }
}/*# sourceMappingURL=styles.css.map */