 body{
    font-family: Arial, Helvetica, sans-serif;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(211, 235, 214);
}

body img{
    margin-left: 15px;
}

fieldset{
    list-style: none;
    float: left;
    padding-left: 5px;
    margin-top: 5px;
    line-height: 2em;
    border: solid;
    color: black;
}

#envie-o-seu-texto fieldset legend{
font: Arial;
color: black;
background-color: green;
font-weight: bold;
padding: 10px;
margin-left: auto;
border-radius: 3em;
}

footer{
    clear: both;
    border-top: 7px solid green;
    background-color: black;
    color: white;
    padding: 10px;
    }

footer p{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}

input[type="submit"]{
    background-color: green;
    background: black;
    border: none;
    border-radius: 30px;
    font-size: 1.2em;
    color: #fff;
    padding: 10px 30px;
    margin: 5px 5px 1px 1px;
    text-shadow: 2px 2px 5px #ffffff;
    cursor: pointer;
    position: relative;
}

#redes-sociais img{
    width: 30px;
    border: none;
    float: right;
    position: relative;
    top: -40px;
}

#nossos-escritores div{
    margin-left: auto;
    text-align: justify;
    line-height: 1.3em;
    font-size: 1em;
}

#nossos-escritores div img{
    float: left;
    width: 200px;
    padding: 10px;
    border: solid green thin;
    background-color: rgb(211, 235, 214);
    margin-right: 10px;

}


#nossos-escritores aside{
    width: 20px;
}

nav{
    background-color: black;
    overflow: auto;
    clear: both;
    margin-top: 5px;
    overflow: hidden;
    }

    nav ul{
        list-style: none;
        padding-left: 50px;
        margin-top: 1px;
    }

    nav ul li{
        float: left;
    }

    nav ul a{
        color: #fff;
        text-decoration: none;
        font-size: auto;
        padding: 8px 25px;
        line-height: 2em;
    }
#textos-premiados section{
    margin: left;
    text-align: justify;
    width: 1000px;
}

#sobre-o-autor p{
    text-align: justify;
}

#sobre-o-autor table{
    border: solid;
}

#sobre-o-autor aside table{
    float: center;
}

section:first-of-type{
    background-color: green;
    border-bottom: 10px solid black;
}

section h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-left: 15px;
    margin-right: 100px;
    border-bottom: solid;
    float: right;
}

section img{
    width: 230px;
    background-color: green;
}

section figure img{
    width: 400px;
    margin-left: 400px;
    position: relative;
    margin-top: -150px;
}

.texto-secundario{
    width: 300px;
    float: left;
    text-align: justify;
    margin: 10px;
}

#envie-o-seu-texto textarea{
    width: 636px;
    height: 64px;
}

#i-want-you img{
    float: right;
    width: 320px;
    margin-right: -50px;
}
#home-principal p{
    text-align: justify;
}

#home-principal section ul li{
    border: none;
    text-decoration: none;
    list-style-type: upper-roman;
    font-weight: bolder;
    color: black;
    padding-left: 10px;
    line-height: 1.5em;
}

#home-principal h1{
    text-align: center;
    border-bottom: rgb(18, 59, 18), solid, 3px;
    color: black;
    padding-bottom: 3px;
}