body{
  
  background: pink;
  
}


.box{
  
  width: 1000px;
  height: 1000px;
  background-color: white;
  margin: 0 auto;
  margin-top: 5em;
  margin-bottom: 1em;
  
  
}

.box2{
  
  width: 100%;
  height: 23px;
  background: lightblue;
  border-bottom: 1px solid;
  
}


.top{
  
  width: 99%;
  padding: 5px;
  height: 30%;
  display: flex;
  flex-direction: row;
  
  
}


.top2{
  
  background-color: lightblue;
  width: 40%;
  height: 100%;
  
  
  
  
}


p{
  
  
  margin: 5px;
  

}