
body{
   background-color: antiquewhite; 
   background-image: url(https://images.unsplash.com/photo-1474540412665-1cdae210ae6b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1362&q=80);
   background-size: 100%;
   background-repeat:repeat-y;
}

div{
    display: block;
    width:1500px;
    height:1000px;
    position: relative;
    left:200px;
    /*border: 2px solid green;*/
    
}


header{
    height: 100px;
    width: 99%;
    background-image: url(https://cdn.pixabay.com/photo/2016/08/30/16/27/banner-1631301_960_720.jpg);
    background-size: 100%;;
}

h1{
   font-size: xx-large;
   font-style: italic;
   color: cornflowerblue;
   text-align: center;
   height:30px;
   padding-top: 20px;
   word-spacing: 10px;
}

section{
    width: 80%;
    height: 380px;
    /*border: 2px solid #23bd2a;*/
    margin-bottom: 30px;
    margin-top: 20px;
    float:left;
}

figure{
    float: left;
    width: 600px;
    height: 360px;
    padding: 0px;
    margin: 5px;
    /*border: 1px solid #af3030;*/
    margin-top: -15px;
}

hgroup{
    margin-left: 40px;
    padding-top: 60px;
}


img{
    width: 100%;
    height: 100%;
}

aside{
    /*border: 1px solid blueviolet;*/
    width:230px;
    height:380px;
   /* position :fixed;
    top:130px;
    left:1500px;*/
    background-color: lightcoral;
    float:left;
    margin:10px;
    margin-left:50px;
   

}

nav{
    font-size: larger;
    word-spacing: 40px;
}

a{
    color: green;
}

h2, h3{
    text-align: center;
    color: rgb(4, 0, 255);
}

h4{
    color: blue;
    font-size: larger;
    margin-top: 0px;
}

figcaption{
    color:red;
}

#visit{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: larger;
    color:green;
    height:290px;
    margin-bottom: 0px;

}

#firstroot{
    background-image: url(https://cdn.pixabay.com/photo/2017/01/31/08/35/animal-2023272_960_720.png) ;
    /*border: 2px solid gray;*/
    width: 1500px;
    height:200px;
    left:0;
    float:left;
    margin-bottom: 80px;
}

#education{
    color:purple;
    margin-bottom: 50px;;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#guessingnumber{
    color: purple;
}

#myFruit{
    width: 400px;
    height:30px;
    color: purple;
}