* {
    box-sizing: border-box;
}

body {
    background-color: white;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}


div{
    width: 40%;
    margin:10px 20px 10px 10px;
}

img {
    width: 70%;
    height: 50%;
}

p {
    width: 70%;
    text-align: justify;
}

#footer {
    text-align: justify;
    color: blue;
}