.Logo{
    height:120px;
    width:120px;

}

body{

    margin:0 auto;
    padding:0 auto;
    height: 100%;
}

.header_componnent{
    height:200px;
    width: 120px;
    border-bottom: 1px solid black;
}
.header_componnent2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
}

 

