.section_1{

   position: absolute;
  width: 600px;
  height: 260px;
  left: 38px;
  top: 47px; 
  
  border: 2px solid #000000;
  font-family: 'Inter';
  font-style: normal;
}
.section_1 p{
  margin:10px;
}
#read{
  text-decoration-line: underline;
}
h1{
  margin left:10px;
  text-decoration-line: underline;
}
.section_2{
  position: absolute;
  left: 47px;
  top: 300px;
}

.section_3{
  position:absolute;
  left:47px;
  top:600px;
}
ol{
  left:-100px;
}