.search-app__wrap {
  padding: 1.5rem;
  border: 4px solid #CC1D65;
}
.search-app .start-content {
  display: flex;
  justify-content: center;
}
.search-app .start-content__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  color: #1E3050;
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #ded4cf;
  cursor: pointer;
}
.search-app .question__title {
  text-align: center;
}
.search-app .question__title__word {
  font-size: 1.7rem;
  font-weight: bold;
}
.search-app .question__border {
  margin: 1rem 0;
  border: 1px solid #1E3050;
}
.search-app .question__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-app .question__body__button {
  min-width: 150px;
  margin: 0.5rem 0;
  padding: 1rem 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  background: #1a65b7;
  border: 0;
  border-radius: 30px;
  border-bottom: 3px solid #1e4875;
  box-shadow: 0 2px 0 0 #1e4875;
  cursor: pointer;
}
.search-app .result__title {
  margin: 1rem 0;
  text-align: center;
}
.search-app .result__cv-button {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
  margin: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  color: white;
  background-color: #CC1D65;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #ded4cf;
  text-decoration: none;
}
.search-app .result__cv-button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 45%;
  width: 16px;
  height: 16px;
  background-image: url("images/white-arrow.svg");
  background-size: 100% 100%;
}
.search-app .result__cv-button__description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-app .result__restart__wrap {
  margin-top: 3rem;
  text-align: center;
}
.search-app .result__restart__button {
  background: none;
  border: none;
  color: gray;
  cursor: pointer;
}/*# sourceMappingURL=component.css.map */