* {
    box-sizing: border-box;
  }
  
  div {
  width: 1200px;
  margin: 0 auto;
  }
  
  body {
    margin:0;
  }
  
  header, section, footer {
    overflow: auto;
  }
  

img {
    height:400px;
}

h3 {
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    letter-spacing: 10px;
    color: rgb(250, 196, 208);
    text-align: center;

}

h4 {
    font-family:'Open Sans', sans-serif;
    font-weight: lighter;
    line-height: 30px;
    font-size: 20px;
}

header{
    background-image: url(images/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    background-position: center;
}

h1 a { 
    color: #fff;
    text-decoration: none;    
    font-family:'Oswald', sans-serif;
    text-transform:uppercase;
    font-weight: bold;
    font-size:20px;
    text-shadow: 1px 1px 1px rgb(255, 189, 211); 
    position:absolute;  left:20px; top:30px;
    letter-spacing:5px;
}

header h2 {
    color: #fff;
    text-transform:uppercase; 
    position:absolute; left:235px; top:120px;
    font-size:100px;
    text-shadow: 2px 2px 2px rgb(255, 189, 211); 
    font-family:'Oswald', sans-serif;
    letter-spacing:10px;
}

header li {
    display: inline;
    margin-left: 10px; 
    list-style: none;
}

header li a {
    color: #fff;
    text-decoration: none;    
    font-family:'Oswald', sans-serif;
    text-transform:uppercase;
    font-weight: bold;
    font-size:20px;
    text-shadow: 1px 1px 1px rgb(255, 189, 211); 
    position:relative; left:800px; top:5px; 
    letter-spacing:5px;

}

section {
    height: 850px;
}

#intro {
    background-color: rgba(248, 225, 232, 0.411);
    height: 750px;
}

#intro h4 {
    font-size: 20px;
    width:500px;
    text-align: center;
    position:absolute;  left:150px; top:850px;

}

#intro img {
    border-radius: 100%;
    width: 100 px;
    height: 100 px;
    position:absolute;  left:860px; top:750px;
}

#plant1 figure {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 20px;
        left: 80px;
}

#plant1 h4 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 300px;
        left: 650px;
    width:500px;
    text-align: center;


}

#plant2 figure {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 20px;
    left: 650px;
}

#plant2 h4 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 300px;
        left: 50px;
    width:500px;
    text-align: center;
}

#plant3 figure {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 50px;
    left: 80px;
}

#plant3 h4 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 300px;
        left: 650px;
    width:500px;
    text-align: center;
}

#plant4 figure {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 50px;
    left: 750px;
}

#plant5 figure {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 50px;
    left: 80px;
}

#plant5 h4 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 300px;
        left: 650px;
    width:500px;
    text-align: center;
}

#plant4 h4 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 300px;
        left: 50px;
    width:500px;
    text-align: center;
}

#plant6 figure {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 50px;
    left: 750px;
}

#plant6 h4 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 300px;
        left: 50px;
    width:500px;
    text-align: center;
}

#plant7 figure {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 50px;
    left: 80px;
}

#plant7 h4 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 300px;
        left: 650px;
    width:500px;
    text-align: center;
}

#plant8 figure {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 50px;
    left: 700px;
}

#plant8 h4 {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
        top: 300px;
        left: 50px;
    width:500px;
    text-align: center;
}

#conclusion {
    background-color: rgba(248, 225, 232, 0.411);
    height: 600px;
    text-align: center;
    height: 560px;
}

#conclusion img {
    border-radius: 50%;
    width: 100 px;
    height: 100 px;
}