* {
  margin: 0px;
  padding: 0px;
}
body {
  background-color: white;
  margin: 10px 10px 0px 10px;
}
#wrapper {
  background-color: #C0D9B7;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-radius: 15px;
  padding: 0px 50px 0px 50px;
  padding-top: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #006400;
}
h1 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 24px;
  font-weight: bolder;
  text-align: left;
  margin-bottom: 30px;
}
h2 {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  ;
}
p {
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  font-size: 18px;
  text-align: left;
}
.button {
  background-color: #1c87c9;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
  border-radius: 10px;
}
a:link {
  background-color: #008810;
  border-style: solid;
  text-align: center;
  padding: 20px;
  font-size: 24px;
  color: white;
  font-weight: bolder;
  margin: 40px auto 50px auto;
  text-decoration: none;
  height: auto;
}
a:visited {
  background-color: #008810;
  color: white;
}
a:hover {
  background-color: #006400;
}