*{
    margin: 0;
    padding: 0;
}
.Header {
    background-color: rgb(50, 120, 120);
    height: auto;
    width: auto;
    display: flex;
}
.Header img{
    height: auto;
    width: 99.6%;
    margin-left: 5px;
}

.body{
    background-color: rgb(50, 120, 120);
    text-align: center;
    height: auto;
    width: 750px;
    margin: 20px;
    padding: 50px 240px;
}

.body h3{
    color: white;
    text-align:justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight:500;
    font-size: 1.3rem;
    margin-top: 40px;
    word-spacing: 7px;
    letter-spacing: 1px;
}

li{
    color: white;
    text-align: justify;
    font-family: sans-serif;
    font-style: normal;
    font-weight:500;
    font-size: 1.3rem;
    margin-top: 20px;
}
