*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    margin: 0;
    background-color: rgb(179, 255, 183);
    line-height: 1.4;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
}

p{
    text-align: justify;
}

.row-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row-1 ul{
    display: flex;
    margin-right: 25px;
}


.row-1 ul li{
    list-style-type: none;
    margin: 5px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.row-1 h1{
    color: white;
    font-size: 20px;
}

.row-1 ul li a{
    text-decoration: none;
    color: white;
}

.row-1 ul li a:hover{
    text-decoration: none;
    color: orange;
}

header{
    background-color: #377927;
    height: 100px;
}

h1{
    margin: auto;
    padding-top: 15px;
}

.container{
    flex-basis: 960px;
    max-width: 960px;
    margin: 0 auto;
    height: 770px;
}

.row-2{
    display: flex;
    justify-content: space-between;
    -height: 750px;
}

article{
    position: relative;
    text-align: justify;
    padding: 10px;
    background-color: rgb(248, 203, 135);
    border-radius: 5%;
    margin-top: 15px;
    flex-basis: 32%;
}

button{
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-radius: 5px;
    background-color:#377927;
    color: white;
    font-size: 18px;
    padding: 5px;
}

.container2 img{
    flex-basis: 32%;
    justify-content: space-between;
}

.container-footer{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-basis: 960px;
    max-width: 960px;
    margin: 0 auto;
    min-height: 100px;
    margin-top: 10px;
}

footer{
    background-color:#377927;
    color: white;
}

.container2{
    display: flex;
}

