a {
  color: #23527b;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #6f96b8 azure;
}

body {
  min-height: 100vh;
  width: 100%;
  background-color: azure;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-y: scroll;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-box {
  display: flex;
  background-color: cornsilk;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 1vh;
  width: 100%;

  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);

  position: fixed;
  font-size: 1vw;
  -webkit-user-select: none;
  /* Chrome, Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.physMath-text {
  display: flex;
  font-size: 1vw;
}

.physics-details {
  font-size: 1.2rem;
  font-style: italic;
}

.lab-title {
  font-size: 35px;
  font-style: italic;
}

.lab-color {
  font-size: 35px;
  font-style: italic;
  color: rgb(25, 59, 255);
}

.physicsContainer {
  margin-top: 10rem;
  width: 99%;
}

.aboutContainer {
  width: 90vw;
  min-height: 8vh;
  text-align: justify;
  text-justify: inter-word;
  font-size: 1vw;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.copy-button {
  padding: 0.5rem 1rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.citation-container {
  margin-top: 1%;
  width: 98%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
}

.formatDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}

.format-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.citation-format {
  font-size: 1.5rem;
  font-weight: bold;
  text-justify: inter-word;
}

.citation-text {
  font-style: italic;
}

.horizontal-line {
  width: 95%;
  height: 0.1rem;
  background-color: black;
}

.infoContainer {
  border-top: 1px solid black;
  min-width: 20rem;
  width: 70%;
  height: 20vh;
  display: flex;
  justify-content: space-around;
  padding-top: 1rem;
}
.aboutContainer {
  padding-bottom: 25rem;
}

.contactContainer {
  width: 25%;
  color: black;
}

.contactText {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
}

.aboutContainer {
  font-size: 2rem !important;
}

@media (min-width: 1000px) and (max-width: 2000px) {
  .title-box {
    font-size: 1.2vw !important;
    width: 100vw !important;
    min-height: 10vh;
  }
  .physicsContainer {
    font-size: 1.2vw;
    margin-top: 10rem;
    /* width: 99%; */
  }
  .aboutContainer p {
    font-size: 1.2vw;
  }
  main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
}

@media (min-width: 2001) {
  .title-box {
    font-size: 1.2vw !important;
    width: 100vw !important;
  }
  .physicsContainer {
    font-size: 1.2vw;
    margin-top: 10rem;
    /* width: 99%; */
  }
  .aboutContainer p {
    font-size: 1.2vw;
  }
}

@media (max-width: 400px) {
  .infoContainer {
    width: 30rem;
    flex-direction: column;
    gap: 1rem;
    min-height: 20rem;
    font-size: 1rem;
  }
  .aboutContainer {
    padding-bottom: 25rem;
  }
  .infoContainer div {
    width: 100%;
  }
  .physicsContainer p {
    font-size: 1rem !important;
  }
  .aboutContainer p {
    font-size: 1.1rem;
  }
  main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
}

@media (min-width: 400px) and (max-width: 800px) {
  .infoContainer {
    width: 40rem;
    flex-direction: column;
    gap: 1rem;
    min-height: 20rem;
  }
  .infoContainer div {
    width: 100%;
  }
  .aboutContainer p {
    font-size: 1.1rem;
  }
  main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
  }
}
