html {
  background-color: #70BA5B;
  width:100%;
  margin: auto;
}

h1,h2,h3 {
  font-family: "Times New Roman", Times, serif;
}

body {
  background-color: lightblue;
/*   background-image: url('images/portfolio/wallpaper.jpg'); */
/*   background-attachment: fixed; */
/*   background-position: bottom; */
/*   background-repeat: no-repeat; */
/*   background-size: cover; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  width:97%;
  margin: auto;
}


footer{
  text-align: left;
  background-color: #70BA5B;
  color: white;
}
.footer{
  padding-left:2%;
  padding-right:1%;
  padding-bottom:1%;
}
.chart{
  padding-left: 60px;
}







.center{
  text-align: center;
}

.left{
  text-align: center;
}

.li {
  float: left;
}



/* HEADING */

 .heading{
  background-image: url('images/portfolio/flowers.gif');
/*   background-color: #5B95BA; */
  background-color: #70BA5B;
  color: white;
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  margin: 0;
  font-size: 60px;
}

 #borderimg {
  color:white;
/*   background-color: rgba(0, 50, 0, 0.5); */
  width: 90%;
  padding-bottom: 20px;
}

.yuh {
  height: 300px;
}

.nah {
  height: 45px;
}

.border {
/*   border: 5px solid transparent; */
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-color: darkgreen;
  border-image: url(images/portfolio/grasstwo.gif) 50 stretch;
/*   width: 20%; */
  margin: auto;
  box-align: center;
}

.image {
  border: 5px solid green;
  filter: drop-shadow(7px 7px 7px #5C8ABD);
}

.button {
  background-color: darkgreen;
  color: white;
  padding: 15px 27px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  font-size: 30px;
/*   border-radius: 40px; */
  border-bottom: 6px solid black;
  border-right: 6px solid black;
  border-left: 6px solid lightgreen;
  border-top: 6px solid lightgreen;
}

.button:hover{
  background-color: #0B4200;
  color: #D9D9D9;
  border-bottom: 6px solid lightgreen;
  border-right: 6px solid lightgreen;
  border-left: 6px solid black;
  border-top: 6px solid black;
}

.table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid rgba(0,0,0,0);
}

.td{
  border: 1px solid rgba(0,0,0,0);
  text-align: center;
  padding: 8px;
  padding-bottom: 40px;
  color: pink;
  font-size: 150%;
}
.th{
  border: 1px solid rgba(0,0,0,0);
  color:darkgreen;
  padding-bottom: 10px;
}
