@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Jura:wght@300..700&display=swap');

body{
  max-width: 80%;
  min-width: 300px;
  margin: auto;
  font-family: 'Comfortaa', sans-serif;
  /* font-family: "Arial", sans-serif; */
  text-align: justify;
  font-weight: bold;
  padding-top: 2%;
  font-size: clamp(12px, 1vw + 0.6rem, 18px);
}

#textContainer {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.075);
  /* min-width: inherit !important; */
  line-height: 1.4;
  /* border-bottom: 3px solid rgba(38, 88, 160, 0.7); */
  /* border-top: 4px solid rgba(38, 88, 160, 0.7); */
  padding: 10px 50px 50px 50px;
  margin: 20px;
  border-radius: 0px 0px 10px 10px;
}

#noHeaderTextContainer {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.075);
  /* min-width: inherit !important; */
  line-height: 1.4;
  /* border-bottom: 3px solid rgba(38, 88, 160, 0.7); */
  /* border-top: 4px solid rgba(38, 88, 160, 0.7); */
  padding: 60px 50px 50px 50px;
  margin: 20px;
  border-radius: 0px 0px 10px 10px;
}

.flexBox {

  display: flex;
  /* align-items: center; */
  justify-content:center;
  height:max-content;
  width: 100%;
}

#contactDiv {
  text-align: center;
  align-items: flex-start;
  flex: 0.17;
}

#contactDiv p {
  white-space: nowrap;
  font-size: clamp(1px, 1vw + 0.5rem, 18px);
  font-weight: bold;
  justify-content: center;
}

#dividerDiv {
  flex: 0.2;
  width: 50px;
  height: 100px;
}

.lineDiv {
  align-items: center;
  width: 100%;
  border-bottom: 4px solid rgba(38, 88, 160, 0.7);
}