.credits-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.credits-container1 {
  flex: 0 0 auto;
  width: 100%;
  height: 120px;
  display: flex;
  z-index: 10;
  position: fixed;
  align-items: flex-end;
  justify-content: center;
  background-color: #3d45aa;
}
.credits-text {
  color: rgb(255, 255, 255);
  width: 100%;
  height: auto;
  z-index: 15;
  font-size: 32px;
  align-self: center;
  text-align: center;
  font-family: "Helvetica";
  padding-top: 0px;
  padding-left: 0px;
}
.credits-navlink {
  display: contents;
}
.credits-image {
  top: 8px;
  left: 6px;
  width: 100px;
  height: 100px;
  z-index: 17;
  position: fixed;
  align-self: center;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.credits-container2 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: flex-start;
  justify-content: center;
}
.credits-image1 {
  width: 100%;
  z-index: 2;
  object-fit: cover;
  padding-top: 150px;
}
.credits-text1 {
  width: auto;
  height: auto;
  z-index: 2;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 400;
  padding-bottom: 15px;
  text-decoration: underline;
}
.credits-text2 {
  z-index: 2;
  font-size: 20px;
  text-align: center;
  font-family: "Helvetica";
  padding-bottom: 25px;
}
.credits-text3 {
  z-index: 2;
  font-size: 20px;
  text-align: center;
  font-family: "Helvetica";
  padding-bottom: 25px;
}
.credits-text4 {
  z-index: 2;
  font-size: 20px;
  text-align: center;
  font-family: "Helvetica";
  padding-bottom: 25px;
}
.credits-text5 {
  z-index: 2;
  font-size: 20px;
  text-align: center;
  font-family: "Helvetica";
  padding-bottom: 25px;
}
.credits-text6 {
  width: auto;
  height: auto;
  z-index: 2;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 400;
  margin-bottom: 25px;
  text-decoration: underline;
}
.credits-text7 {
  width: auto;
  height: auto;
  z-index: 2;
  font-size: 24px;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 400;
  text-decoration: underline;
}
@media(max-width: 1500px) {
  .credits-text {
    width: 70%;
  }
  .credits-text2 {
    font-size: 20px;
    font-family: Helvetica;
    padding-bottom: 25px;
  }
  .credits-text3 {
    font-size: 20px;
  }
  .credits-text4 {
    font-size: 20px;
  }
  .credits-text5 {
    font-size: 20px;
  }
}
@media(max-width: 1000px) {
  .credits-text {
    font-size: 24px;
  }
  .credits-text1 {
    font-size: 18px;
  }
  .credits-text2 {
    font-size: 16px;
  }
  .credits-text3 {
    font-size: 16px;
  }
  .credits-text4 {
    font-size: 16px;
  }
  .credits-text5 {
    font-size: 16px;
  }
  .credits-text6 {
    font-size: 15px;
  }
  .credits-text7 {
    font-size: 15px;
  }
}
@media(max-width: 600px) {
  .credits-text {
    font-size: 18px;
  }
  .credits-image {
    top: 36px;
    width: 40px;
    height: 40px;
  }
  .credits-text1 {
    font-size: 14px;
  }
  .credits-text2 {
    font-size: 11px;
  }
  .credits-text3 {
    font-size: 11px;
  }
  .credits-text4 {
    font-size: 11px;
  }
  .credits-text5 {
    font-size: 11px;
  }
  .credits-text6 {
    font-size: 10px;
  }
  .credits-text7 {
    font-size: 10px;
    font-style: normal;
    font-family: Helvetica;
    font-weight: 400;
    text-decoration: underline;
  }
}
@media(max-width: 320px) {
  .credits-text {
    font-size: 16px;
  }
  .credits-text1 {
    font-size: 12px;
  }
  .credits-text2 {
    font-size: 9px;
  }
  .credits-text3 {
    font-size: 9px;
  }
  .credits-text4 {
    font-size: 9px;
  }
  .credits-text5 {
    font-size: 9px;
  }
  .credits-text6 {
    font-size: 8px;
  }
  .credits-text7 {
    font-size: 8px;
  }
}
