
body {
/*background-image: url("https://vetil.neocities.org/img/greengrid.jpg");*/
background-color: #A7CF3A;
font-family: Consolas, monospace;
/*font-family: Lucidal?lucida unicode;*/
text-align: justify;
font-size: 11px;
color: black;
margin: 0; 
padding: 0;
line-height: 1;

}

/*p {
 margin:0;
 padding:0;

}*/

h1 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
  height: auto;
  background: #EDDD53;
  background: linear-gradient(180deg, rgba(237, 221, 83, 1) 0%, rgba(167, 207, 58, 1) 50%, rgba(195, 207, 58, 1) 100%);
  border: 1px solid black;
  border-radius: 5px;
  padding: 6px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
 }

h2 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
  height: auto;
 background: #EDDD53;
 background: linear-gradient(180deg, rgba(237, 221, 83, 1) 0%, rgba(167, 207, 58, 1) 50%, rgba(195, 207, 58, 1) 100%);
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  margin:0;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
 } 

.greenbox {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
  height: auto;
  background: #EDDD53;
  background: linear-gradient(180deg, rgba(237, 221, 83, 1) 0%, rgba(167, 207, 58, 1) 50%, rgba(195, 207, 58, 1) 100%);
  border: 1px solid black;
  border-radius: 5px;
  padding: 6px;
  box-sizing: border-box;

  }

.greenbox h1{
	font-family: Lucidal;
	font-size: 16px;
	background-color: greenyellow;
	border-left: 3px darkslategray;
}

/*Center function*/
.center {
  /*display: block;*/
  margin-left: auto;
  margin-right: auto;

}

