body {
  margin: 0;
  padding: 0;
}

.container {
  background-color: #001c7d;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-text-block {
  margin-left: 250px;
}

.header-text {
  color: #fff;
  margin: 0 0 21px 0;
  text-align: center;
}

.highlight {
  color: #f8c51e;
}

.student-info {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.header-photo img {
  width: 150px;
  height: auto;
  margin-right: 150px;
  border-radius: 10px;
}

.main-works {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 10px 0;
}

.btn {
  background: #001c7d;
  color: white;
  padding: 20px 20px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background: #f8c51e;
  color: #001c7d;
}

.work-content {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 40px 20px;
}

.work-content.active {
  display: flex;
}

.details {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.second-works {
  flex: 1;
}

.work-content {
  display: none;
  flex-direction: column;
  gap: 10px;
}

.work-content.active {
  display: flex;
}

.answers {
  flex: 2;
  border-left: 2px solid #ccc;
  padding: 0 20px;
}

.answer-box {
  display: none;
}

.answer-box.active {
  display: block;
}

#content1 .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#content1 .links a {
  transition: 0.3s;
}

#content1 .links a:hover {
  color: #f8c51e;
}

#content4 img {
  width: 100%;
}

#content5 img {
  width: 100%;
}

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