* {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {
  background: hsl(180deg, 52%, 96%);
}

#container {
  width: 65%;
  margin: auto;
  margin-top: 100px;
}
#container .box {
  background: white;
  border-radius: 7px;
  margin: 25px auto;
  padding: 20px 40px;
  box-shadow: rgba(100, 100, 143, 0.2) 0px 13px 27px -5px, rgba(100, 100, 143, 0.2) 0px 8px 16px -8px;
}
#container .box .require {
  border-radius: 5px;
  background: hsl(180deg, 52%, 96%);
  font-size: 14px;
  font-weight: bold;
  color: hsl(180deg, 29%, 50%);
  padding: 8px;
}
#container #search {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  min-height: 35px;
  height: auto;
}
#container #search #skills {
  display: flex;
  flex-wrap: wrap;
}
#container #search #skills .category {
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}
#container #search #clear {
  background: transparent;
  border: none;
  margin-left: 30px;
  padding-top: 8px;
  margin-bottom: 6px;
  color: hsl(180deg, 29%, 50%);
  font-weight: bold;
  font-size: 15px;
  margin: auto 10px;
  cursor: pointer;
  transition: all 800ms ease;
}
#container #search #clear:hover {
  border-bottom: 2px solid hsl(180deg, 29%, 50%);
}
#container .box-content {
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
#container .box-content .logo {
  width: 100px;
  height: auto;
}
#container .box-content .main-content {
  margin-left: 40px;
  width: 250px;
}
#container .box-content .main-content .main-company {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#container .box-content .main-content .main-company .company {
  color: hsl(180deg, 29%, 50%);
  font-size: 16px;
  margin-right: 15px;
}
#container .box-content .main-content .main-company .new {
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  color: white;
  padding: 4px 8px;
  border-radius: 20px;
  background: hsl(180deg, 29%, 50%);
}
#container .box-content .main-content .main-company .featured {
  font-weight: bold;
  font-size: 13px;
  margin-right: 10px;
  color: white;
  padding: 4px 8px;
  border-radius: 20px;
  background: hsl(180deg, 14%, 20%);
}
#container .box-content .main-content .position {
  font-weight: bold;
  font-size: 19px;
  color: black;
  cursor: pointer;
  transition: all 500ms ease;
}
#container .box-content .main-content .position:hover {
  color: hsl(180deg, 29%, 50%);
}
#container .box-content .main-content .description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: gray;
  font-size: 16px;
}
#container .box-content .requires {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
#container .box-content .requires .req {
  margin-left: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}
#container .box-content .requires .req:hover {
  background: hsl(180deg, 29%, 50%);
  color: white;
}

/*# sourceMappingURL=styles.css.map */
