*{
    margin: 0;
    padding: 0;
    
}
#nav{
    background-color:#588157; 
    height: 7%;
    position: fixed;
    top : 0;
    width: 100%;
    display: flex;
    align-items: center;
}
#Container
{
    display: flex;
    flex-direction: row;
    width: 2000px;
}
a{
    position: relative;
    text-decoration: none;
    margin-right : 7%;
    color : white;
}
#logo
{
    position: relative;
    line-height: 60px;
    font-size: 35px;
    margin-left: 10px;
    margin-right : 35%;
    font-weight: bold;
} 
button
{
    background-color: #344e41;
    color : white;
    height: 25px;
    width: 60px;
    border-radius: 5px;
}   
body
{
    background-color: #dad7cd;
}
#content
{
    text-align: center;
    margin-top: 50px;
    color: black;
}
#peragraph1
{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    text-align: justify;
    background-image: url("assets/fox.jpg");
    background-size: cover;
    color : white;
}

#About{
    margin-top : 20px;
    margin-bottom: 10px;
    margin-left:30px;
    display: inline-block;
    color:white;
}
#Follow
{
    margin-top : 20px;
    margin-left: 270px;
    margin-bottom: 20px;
    display: inline-block;
    color:white;
    
}
#Contact{

    margin-top : 20px;
    margin-left: 600px;
    margin-bottom: 20px;
    display: inline-block;
    color:white;
    
}
#one
{
    margin-left:15px;
    margin-right:200px;
    margin-bottom: 20px;
    color:white;
    text-align: justify;
    font-size: 18px;
    height:150px;
    width: 200px;
    display: inline-block;
}
#two
{
    margin-left:5px;
    margin-right:500px;
    margin-bottom: 20px;
    display: inline-block;
}

table
{

    margin-top: 15px;
    color:white;
    text-align: justify;
    font-size: 18px;
    height:150px;
    width: 200px;
    display: inline-block;
}
.space 
{
    margin-left: 5px;
}
#footer2
{
    background-color: #3a5a40;
    text-align: center;
    line-height: 40px;
    color: white;
   
}
#footer1
{
    
    background-color: #a3b18a;
    text-align: center;
    line-height: 40px;
    color: white;

}
footer
{
    background-color: #588157;
}
#story1
{
    text-transform: capitalize;
    font-family: cursive;
    display: inline-block;
    width: 500px;
    text-align: center;
    color :#588157

}
#peragraph1
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    height : 510px;
    width: 500px;
    border: 5px solid #344e41;
    border-radius: 20px;
    display: inline-block;
    padding: 15px;
}
#story2
{
    text-transform: capitalize;
    font-family: cursive;
    width: 500px;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    color :#588157
}
#peragraph2
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    display: inline-block;
    font-size: 20px;
    width: 500px;
    height : 515px;
    border: 5px solid #344e41;
    border-radius: 20px;
    padding: 15px;
    margin-left: 80px;
    text-align:justify ;
    background-image: url("assets/lion.jpg");
    background-size: cover;
    color : white;
    
}
#story3
{
    text-transform: capitalize;
    font-family: cursive;
    display: inline-block;
    color :#588157;
    margin-left: 130px;
    width: 500px;
    text-align: left;
    
}
#peragraph3
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    display: inline-block;
    font-size: 20px;
    width: 550px;
    height : 520px;
    border: 5px solid #344e41;
    border-radius: 20px; 
    padding: 10px;
    margin-left: 100px;
    text-align:justify ;
    background-image: url("assets/turtle.jpg");
    background-size: cover;
    color : white;
}