body {
    font-family: "Kosugi Maru";
    max-width: 1000px;
  }
  
.kosugi-maru-regular {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

.Orbitron {
    font-family: "Orbitron", serif;
    font-style: normal;
}

.ContentWrapper {
    margin-top:10px;
    width: 1000px;
  }

details summary {
    width: 820px;
    height: 50px;
    margin-left: 80px;
    margin-bottom:10px;
    padding-left:20px;
    color: rgb(110, 110, 110);
    background-color: rgb(245, 245, 245,0.5);
    font-size:16px;
    line-height: 50px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgb(110,110,110,0.5);
}


.RecruitmentSummary dl {
    margin-left:100px;
    color: rgb(110, 110, 110);
    font-size:14px;
    line-height: 1.5;
}
