@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');

body {
  margin: 0;
  padding: 0;
}

.untitled {
  width: 100%;
  box-shadow: 0px 0px 10px 4px #00000008;
}

.logo_name {
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  letter-spacing: -0.01em;
  text-align: center;  
  color: #616161;
  margin-top: 0;
}

.logo_title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  text-align: center;  
  color: #000;
  margin-top: -25px;
}

.text_about {
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;  
  color: #000;
}

.input_about {
  outline: none;
  width: 100%;
  height: 40px;
  border: none;
  background-color: #fff;
  border-bottom: 1.2px solid #055134;
  margin-top: 8px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 400;
  line-height: 15.73px;
  letter-spacing: -0.01em;
  text-align: left;  
}

.main_line {
  width: 100%;
  height: 3px;
  background-color: #D6D7DC;
  border-radius: 10px;
}

.run_line {
  height: 3px;
  background-color: #09301D;
  border-radius: 10px;
  position: relative;
  top: 3px;
}

.button_about {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: none;
  background-color: #09301D;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #FFFFFF;
  margin-top: 14px;
  margin-bottom: 33px;
}

.done_text {
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;  
  color: #727375;
  margin-top: 94px;
}