
* {
  box-sizing: border-box;
  
}

.header {
  text-align: center;
  font-family:'Times New Roman', Times, serif;
  font-size: 100%;
  font-size: 1.5em;
  padding: 1px;
  background-color: rgba(54, 90, 110, 0.8) ;
  color: #ffffff;
  box-shadow: 0 0 50px 15px #135183;
}

body {
  margin: 0;
  font-family: sans-serif;

  background-image: 
  /*  url(https://images.unsplash.com/photo-1448375240586-882707db888b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8Mnx8fGVufDB8fHx8fA%3D%3D&w=1000&q=80);  */
  url(https://img.freepik.com/premium-photo/foggy-forest-mountains_763713-1880.jpg);

  min-height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  
}

main{
  width: 80%;
  background-color: rgba(196, 233, 225, 0.5);
  box-shadow: 0 0 50px 15px #135183;
  box-shadow: inset 0 0 10px 5px #135183;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 800px;
  font-weight: 800;
  

}

/* Description text*/.smaller{
  font-size: 15px;
  font-weight: 500;
}

/*Links*/
a {
  color: rgb(0, 37, 12);
}
a:visited {
  color: black;
}
a:hover {
  color: black;
}
a:active {
  color: black;
}

.chart{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.Plant {
  padding:2px;
  background-color: rgb(5, 49, 45);
  overflow-y: hidden;
  overflow-x: scroll;
  text-align:justify;
  white-space: nowrap;
  max-height: 300px;
  border:4px solid #333;
}
.Plant img{
  height: 250px;
  object-fit: cover;
}

/*button*/
#totop{
position: fixed;
bottom: 5px;
left: 5px;
font-size: 20px;
background-color:rgb(0, 0, 0);
color: rgb(112, 167, 218);
height: 40px;
width: 175px;
box-shadow: 0 0 50px 15px #13837d;
box-shadow: inset 0 0 10px 5px #135183;
}
.button__text{
  position : relative ;
  z-index : 3 ;
  transition : all .3s ease ;
  font-weight: 1000;
  font-family: 'Courier New', Courier, monospace;
  
}