body{
    background-image: url(/images/bg-lawyer.jpg);
    background-size: cover;
    padding-top: 0px;
    margin: 0px;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background-color: rgb(255, 255, 255);
    padding-left: 15px;
    padding-right: 20px;
    font-family: Arial, sans-serif;
    box-shadow: 0px 2px 6px rgb(155, 155, 155);
    z-index: 1000;
}

button{
    background: rgb(190, 190, 190);
    border-radius: 30px;
    border: 0px solid rgb(128, 155, 155);
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-image: url(/images/icon-mail2.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
}

.section{
    display: flex;flex-direction: row;
    align-items: center;   
    justify-content: flex-end; 
    height: calc(100vh - 80px);
}
.msg{
    width: 50%;
    min-width: 325px;
    background-color: #fff;
    border-radius: 10px 10px;
    margin: 20px;
}
h2{
    margin-bottom: 0px;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    margin: 15px;
    padding: 15px;
}
