@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,300;0,600;1,100;1,300&display=swap');

body, body a {
  font-family: 'Inter';
  font-style: normal;
  line-height: normal;
  background: initial;
}

body {
  margin: 0px;
  padding: 0px;
}

.blockFlex {
  display: flex;
  min-height: 100vh;
  min-width: 100vw;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.lineLogo {
  margin-bottom: 10px;
}

.lineLogo img {
  width: 110px;
}

.blockFlexChild {
  text-align: center;
  max-width: 1200px;
  width: 100%;
}

.lineDesc {
  margin-bottom: 30px;
  font-size: 20px;
}

.lineInput {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lineInput textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(180 180 180);
  border-radius: 10px;
  background: rgb(255, 255, 255);
  padding: 10px;
  line-height: 20px;
  resize: none;
}

.lineInputLeft, .lineInputRight {
  width: 49.5%;
}

.lineCopyright {
  margin-top: 30px;
}

.lineBleu {
  font-size: 11px;
  color: gray;
  margin-top: 6px;
}

.lineInputLeft .lineLanguage {
  text-align: right;
  font-size: 14px;
  color: gray;
  margin-right: 6px;
}

.lineInputRight .lineLanguage {
  text-align: left;
  font-size: 14px;
  color: gray;
  margin-left: 6px;
}

.lineInputCenter {
  width: 30px;
  margin-left: 3px;
  margin-right: 3px;
}
