*{
    padding: 0px;
margin:0px;
box-sizing: border-box;
font-family: sans-serif;

}

body{
    background-color: rgba(101,162,147,.1);
}


#header1{
    width:100%;
    height:150px;
    display: flex;
    padding-left: 60px;
    justify-content: space-around;
    padding-right:5vw;
    background-color: white;
    position:fixed;
    top:0;
    font-size: 1vw;
    
    
    
}

#img1{

    width: 100%;
    height:100%;
    
} 



.header12{
    width:50vw;
    height: 20px;
    margin-top:127px;
    color:#1c1c1c;
    
    
}
.header13{
    width:7vw;
    height: 160px;
    display:flex;
    align-items: flex-end;
  justify-content: space-between;
  padding-bottom:8px;
  
  
    
    
}

.header131 img{
    width:1.5vw;
    margin-bottom:10px;
    
    
}

.header14{
    margin-top:30px;
    margin-right:-30px;
}

