a:link, a:visited {
  color: #118844;
  text-align: center;
  font-size: 18px;
  font-family: Arial;

}

a:hover, a:active {
  background-color: white;
}

.button {
  background: #118844;
  background-image: -webkit-linear-gradient(top, #118844, #8e9599);
  background-image: -moz-linear-gradient(top, #118844, #8e9599);
  background-image: -ms-linear-gradient(top, #118844, #8e9599);
  background-image: -o-linear-gradient(top, #118844, #8e9599);
  background-image: linear-gradient(to bottom, #118844, #8e9599);
  -webkit-border-radius: 38;
  -moz-border-radius: 38;
  border-radius: 38px;
  text-shadow: 1px 1px 5px #0a010a;
  font-family: Arial;
  color: #ffffff;
  font-size: 28px;
  padding: 10px 20px 10px 20px;
  border: solid #118844 2px;
  text-decoration: none;
  outline: none;
  position: relative;
  left: -10px;
  top: 80px;

}


.button1 {
  background: #118844;
  background-image: -webkit-linear-gradient(top, #118844, #8e9599);
  background-image: -moz-linear-gradient(top, #118844, #8e9599);
  background-image: -ms-linear-gradient(top, #118844, #8e9599);
  background-image: -o-linear-gradient(top, #118844, #8e9599);
  background-image: linear-gradient(to bottom, #118844, #8e9599);
  -webkit-border-radius: 38;
  -moz-border-radius: 38;
  border-radius: 38px;
  text-shadow: 1px 1px 5px #0a010a;
  font-family: Arial;
  color: #ffffff;
  font-size: 28px;
  padding: 10px 20px 10px 20px;
  border: solid #118844 2px;
  text-decoration: none;
  outline: none;
  position: relative;
  left: 30px;
  top: 80px;
}

.button2 {
  background: #118844;
  background-image: -webkit-linear-gradient(top, #118844, #8e9599);
  background-image: -moz-linear-gradient(top, #118844, #8e9599);
  background-image: -ms-linear-gradient(top, #118844, #8e9599);
  background-image: -o-linear-gradient(top, #118844, #8e9599);
  background-image: linear-gradient(to bottom, #118844, #8e9599);
  -webkit-border-radius: 38;
  -moz-border-radius: 38;
  border-radius: 38px;
  text-shadow: 1px 1px 5px #0a010a;
  font-family: Arial;
  color: #ffffff;
  font-size: 28px;
  padding: 10px 20px 10px 20px;
  border: solid #118844 2px;
  text-decoration: none;
  outline: none;
  position: relative;
  left: 50px;
  top: 80px;
}

.button3 {
  background: #118844;
  background-image: -webkit-linear-gradient(top, #118844, #8e9599);
  background-image: -moz-linear-gradient(top, #118844, #8e9599);
  background-image: -ms-linear-gradient(top, #118844, #8e9599);
  background-image: -o-linear-gradient(top, #118844, #8e9599);
  background-image: linear-gradient(to bottom, #118844, #8e9599);
  -webkit-border-radius: 38;
  -moz-border-radius: 38;
  border-radius: 38px;
  text-shadow: 1px 1px 5px #0a010a;
  font-family: Arial;
  color: #ffffff;
  font-size: 28px;
  padding: 10px 20px 10px 20px;
  border: solid #118844 2px;
  text-decoration: none;
  outline: none;
  position: relative;
  left: 70px;
  top: 80px;
}


.button:hover {
  background: #118845;
  background-image: -webkit-linear-gradient(top, #118845, #118844);
  background-image: -moz-linear-gradient(top, #118845, #118844);
  background-image: -ms-linear-gradient(top, #118845, #118844);
  background-image: -o-linear-gradient(top, #118845, #118844);
  text-decoration: none;
  background-image: linear-gradient(to bottom, #118845, #118844);
  margin:center;
}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.button1:hover {
  background: #118845;
  background-image: -webkit-linear-gradient(top, #118845, #118844);
  background-image: -moz-linear-gradient(top, #118845, #118844);
  background-image: -ms-linear-gradient(top, #118845, #118844);
  background-image: -o-linear-gradient(top, #118845, #118844);
  text-decoration: none;
  background-image: linear-gradient(to bottom, #118845, #118844);
  margin:center;
}

.button1:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

div#verticale {
  
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin:center; 
  text-align: center;
}

div#center {
  position: absolute;
  bottom: 350px;
  width: 100%;
  margin:center;
  text-align: center;
}
.wrapper {
    position: relative;
    width: 100%;
    height:300px;
    border: 1px solid black;
}
.img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wrapper1 {
    position: relative;
    width: 100%;
    height:300px;
}
.img1{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}