.title {
    
}

.title img {
    border: none;
    width: 800px;
    height: auto;
    max-width: 100%;
}

body {
    background-image: url('https://file.garden/aLCUt7cWqC0MF3N6/green024%5B1%5D.jpg');
    background-color: rgb(38, 130, 38);
    font-size: 17px;
    text-align: justify;
    text-decoration: solid;
}

footer {
    text-align: center;
    color: floralwhite;
    font-size: larger;
    border-top: 4px solid floralwhite;
    padding: 10px 10px;
}

img {
    border: solid darkgreen 10px;
    border-radius: 10px;
    width: 200px;
    max-width: 100%
    height: auto;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

section {
    border: solid;
    border-color: darkgreen;
    border-radius: 10px;
    margin: 20px 20px;
}

figure {
    margin: 10px 20px
}

