body{
    background-color: rgb(255, 206, 213);
    margin: 0;
}

header{
    background-color: rgb(137, 12, 12);
    width: 100%;
    text-align: center;
    color: white;
    font-size: 4em;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-bottom: 7px solid white;
}

footer{
    background-color: rgb(137, 12, 12);
    width: 100%;
    text-align: right;
    color: white;
    border-top: 5px solid white;
    position: fixed;
    bottom: 0;
}

article{
    margin: 15px;
    padding: 0 15px 0px 15px;
    border-left: 8px solid lightcoral;
    border-right: 16px double lightcoral;
    font-size: 1.2em;
    text-align: justify;
}

h1{
    background-color: lightcoral;
    padding: 5px;
    color: white;
    margin-top: 0;
    text-transform: capitalize;    
}

p{
    text-indent: 25px;
}

section{
    margin: 40px;
    padding-left: 25px;
    border: 6px solid crimson;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

img{
    width: 15%;
    height: 15%;
    margin: 20px;
}

div{
    margin-right: 50%;
    margin-left: 5%;
    font-size: medium;
    font-family: monospace;
}