@charset "utf-8";
/* CSS Document */

body {
  background-color: honeydew;
  color: black;
  margin-left : 5%;
  font-size: 100%;
  text-align: center;
  font-family: Osaka, Helvetica, Arial, Sans-Serif;
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.5em;
  margin-bottom: 0em;
}

a {
  text-decoration: none;
}
  
A:HOVER {
  color: orenge;
  background-color : #b0eb89;
}


#wrapper {
  text-align: left;
  width: 800px;
  margin: 1em auto 0;
}

H1 {
  color: white;
  font-size: 2em;
  text-align: center;
  background-color : #4e8f34;
}

h2 {
  border-color: green;
  font-size: 1.5em;
  text-align: center;
  border-style: groove;
  border-width: 5px;
  padding-left: 0.5em;
}

h3 {
  border-left-color: green;
  font-size: 1em;
  border-left-style: solid;
  border-left-width: 20px;
  padding-left: 0.5em;
}


