.header img {
  border-radius: 50px;
  /* display: block;
  margin-left: auto;
  margin-right: auto; */
  position: relative;
  right: 3%;
  width: 9%;
}

.header h1 {
  /* position: relative; */
  /* top: 18px; */
  /* right: 4%; */
  text-align: center;
  background: #0c0e3f;
  color: white;
  margin: 0;
  padding: 0;
}

.header h2,
.collapsible h2 {
  text-align: center;
  margin-bottom: 25px;
  /* padding: 60px;
  text-align: center; */
  background: #D1D9FF;
  color: #0c0e3f;
  /* font-size: 30px; */
}

/* .collapsible img {
  filter: invert(100%);
} */

.header h3 {
    text-align: center;
    font-family: 'Verdana';
    letter-spacing: 2px;
    background: #1F27AA;
    color: white;
    /* margin: 10px; */
}

details summary h2 {
  display: inline;
}

details > summary {
  list-style: none;
}

summary:hover{
  background: #f1f1f1;
}

.job_title {
  color: #8e8e8e;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.job_title img {
  width: 12px;
  margin-bottom: 5px;
  filter: invert(60%);
}

button .collapsible {
  color:black;
}

.collapsible {
  background-color: rgb(255, 255, 255);
  color:black;
  /* color: black; */
  cursor: pointer;
  /* padding: 18px; */
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
}

/* .active, .collapsible:hover {
  background-color: #555;
} */

.collapsible:focus {
  border: none;
  outline: none;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  /* background-color: #ffffff; */
  text-align: left;
}

button .collapsible_minor {
  color:black;
}

.collapsible_minor {
  background-color: rgb(255, 255, 255);
  color: black;
  cursor: pointer;
  /* padding: 18px; */
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible_minor:focus {
  border: none;
  outline: none;
}

.menu_buttons {
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 10px;
}

.menu_buttons button {
  background-color: rgb(255, 255, 255);
  color:black;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'Courier New';
}

.menu_buttons button:focus {
  border: none;
  outline: none;
}