#container {
    height: 50px;
    width: 100px;
}

#label-01 {
    margin-left: 10px;
}

#line-01 {
    background-color: black;
    
    height: 5px;
    
    width: 100%;
}

#div-line01 {
    height: 5px;
    
    width: 650px;
    
    background-color: black;
}

#line01 {
    height: 5px;
    width: 550px;
    
    background-color: black;
}

#line02 {
    background-color: black;
    
    height: 5px;
    
    width: 550px;
}

#line03 {
   height: 5px; 
   width: 200px;
   background-color: black;
}

#line04 {
    
    height: 5px;
    
    width: 100%;
    background-color: black;
    
    
}


#section01 {
    background-color: white;
    
    
}

#h-1 {
    text-decoration: underline;
}

#line05 {
    height: 5px;
    
    background-color: black;
    
    width: 750px;
}