

#top_pic {
    margin: 0 auto;
    width: 100%;
    top: 0;
    left: 0;
} 

a {
    text-decoration: none;
}

.title_h2 {
    margin-left: 5%;
    margin-top: 30px;
}
.outer_box {
    display: block;
    width: 90%;
   margin: 0 auto;
 }

 .inner_title {
   display: block;
   width: 100%;
   height: 40px;
   background-color: rgb(0, 73, 184);
   align-items: center;
 }

 .inner_title p,a {
   color: white;
   font-weight: bold;
   margin-left: 20px;
   line-height: 40px;
   
 }

 .inner_box {
   display: block;
   width: 90%;
   margin-top: 30px;
    
 }

 .inner_box p,a {
   font-size: 1rem;

 }

.rock_key {
  display: flex;
}

#rockKey {
  width: 20px;
  height: 20px;
}

.image {
  display: flex;
  align-items: center;
}
#lunch_boy {
  width: 30px;
  height: 30px;
}

#work_06 {
  width: 30px;
  width: 30px;
}


.end_docu {
   width: 100%;
   height: 40px;
   margin-top: 50px;
   background-color: rgb(0, 122, 27);
}





 