html {
    font-family: "Open Sans", sans-serif;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    background-color: #EAF5F3;
}

H1 {
    color: #000;
    font-size: 25px;
    margin: auto;
    text-align: center;
    margin-top: 3%;
}

p {
    color: black;
    margin-top: 10px;
    font-size: 18px;
    text-align: justify;
    display: flex;
    padding-bottom: 10px;

}

.title-1 {
    position: relative;
    margin-left: 5px;

}

img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
}

.img-logo {
    /* background-color: blue; */
    width: 100px;
    height: 100px;
    margin-right: 5px;
    padding-left: 15px;

}

.box1 {
    /* position: relative; */
    width: 100%;
    height: 99px;
    background-color: #D7E8E5;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;

}

.container {
    position: relative;
    top: 10%;
    left: 1%;
    width: 90%;
}