*{
    padding: 0px;
    margin: 0px;
}
body{
    background-image: linear-gradient(to right,#d59119,#518fab );
}
.menu{
    background-color: rgba(0, 0, 0, 0.575);
    width:100%;
    height:50px;
    position: fixed;
    transition: width 1s,height 1s;
   }
   .menu:hover{
       height: 60px;
   }

li{
    display:inline;
}
h1{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 
    Roboto, Oxygen,
     Ubuntu, Cantarell, 
    'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}
h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 200;
    color: #fece22;;
    padding: 10px;
}

h3{
    color: chartreuse;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

p{
font-family: sans-serif;
color: white;
font-size: small;
}

a{

    text-decoration: none;
    color: white;
    padding:10px;
    font-weight: 700;
}
a:hover{
    color: orange;
    transition: 0.5s linear;
}
a:active{
    color: #7fadc3;
}
.nature{

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: orange;
    position: relative;
    float: left;
    font-size:25px;
    font-weight: 800;

}

footer{
    background-image: linear-gradient(to right,orange,#518fab );

    text-align: center;
}
i{
    font-size: 50px;
    margin: 10px;
}
.copy{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.not{
    background-color: rgba(12, 12, 12, 0.123);
    width: 45%;
    text-align: center;
    padding: 5px;
    margin:10px;
    float: left;
  
}
.do{
    background-color: rgba(12, 12, 12, 0.123);
    width: 45%;
    text-align: center;
  float: left;
  margin:10px;
  padding: 5px;
}

.inner-menu{
    padding:10px;
    text-align:right;
  }

  
.content{
 
    width: 100%;
    justify-content: center;
    margin:20px;
    text-align: center;

}
.footer{


    float:left;
    width:100%;
}

img{


    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius:20px;
}