*{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #e8ecec;
}
h1{
    margin-bottom: 10px;
}

.mainArtigos h1{
    color: rgb(63, 29, 29);
    text-align: center;
}

section{
    margin: 50px;
    background-color: #d4d7d5;
    /* background-image: linear-gradient(to right, #434242, #a09b9b); */
    padding: 40px;
    border-radius: 20px;
}

section p {
    color:  rgb(70, 28, 28);
    font-size: 25px;
    text-align: justify;
    margin-top: 15px;
}

.inicio, .desenvolvimento, .fim{
    display: flex;
}

.content2{
    width: 60%;
}

.content{
    margin-top: 110px;
}

.image img{
    width: 50%;
    margin-left: 20%;
    border-radius: 15px;
    
}
.image{
    width: 40%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

h1, h2{
    color:  rgb(70, 28, 28);
    margin-bottom: 30px;
}

.site-nav{
    margin: 50px;
    background-color: rgb(79, 116, 103);
    display: block;
    height: fit-content;
    width: fit-content;
    border-radius: 20px;
    padding: 40px;
}

h3{
    margin-bottom: 10px;
}

.footer{
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

header{
    top:0;
    background-image: linear-gradient(to right, #071213,#143e3b);
    color: white;
    width: 100%;
    position: fixed;
    z-index: 1;
    display: block;
    border-radius: 0;
}

header p{
    margin-bottom: 40px;
}

.page-content{
    color:  rgb(70, 28, 28);
    font-size: 25px;
    border-radius: 20px;
    padding: 40px;
    margin: 50px;
    margin-top: 110px;
    background-color: #d4d7d5;
}

.page-content img{
    margin: 30px;
    float: left;
    border-radius: 9px;
}

.page-content h2{
    margin: 160px;
    font-size: 30px;
    text-align: center;
}

.page-content p{
    text-align: justify;
    margin: 30px;
}