div{
   padding-top: 10vh;
    display:flex;
    flex-direction: column;
    align-items: left;
    justify-content: flex-start;
}
h1, p{
    color: #01375c; 
}
img{
   
    height: 50vh;
    
}
body{
    background-color: #ededed;
    display: flex;
}