body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

img {
    width: 2%;
}

.main h1 {
    font-family: sans-serif;
    color: blue;
}
.main h1 span{
    font-family: sans-serif;
    font-weight: 400;
    font-size: 25pt;
    color: gray;
}

.body {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: blue;
    border-radius: 10px;
}

.body h1{
    font-family: sans-serif;
    font-size: 30pt;
    color: white;
}
.middle{
    margin-top: 20px;
    width: 60%;
    font-size: 15pt;
    font-family: sans-serif;
    font-weight: 500;
    text-align: justify;
}

.footer{
    margin-top: 20px;
    width: 60%;
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
}