section {
    text-align: justify;
    border: 2px solid #692C2B;
    padding: 5%;
    margin: 5%;
    background-color: #FFE4C4;
}

h1 {
    text-transform: uppercase;
    color: #942523;
    font-size: 3em;
    font-family: 'Segoe UI';
}

p {
    font-family: Arial;
    font-size: 1.5em;
}

img {
    float: left;
    margin-right: 20px;
}