.container {
  background-color: #152740;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: "wf_segoe-ui_normal", Verdana, Geneva, Tahoma, sans-serif;
  margin-right: 0px;
  margin-left: 0px;

}

.container .imagen {
  width: 20em;
  height: auto;
  margin: auto;
}

.container .bannertext .bannerTextHeadline p {
  text-align: center;
  color: #FFA700;
  font-size: 1.3em;

}

.container .bannertext > p {
  text-align: center;
  color: white;
  font-size: 0.9em;
  line-height: 1.6em;
}

.container .botton {
  text-align: center;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 16px;


}

.container .botton .Download  {
  margin-right: 1px;



}

.container .botton .Documentation {
  margin-left: 15px;
}

.container .botton a {
  background-color: #FFA700;
  color: black;
  padding: 10px 16px;
  font-size: 0.8em;
  border-radius: 0;
  width: 12em;
  margin-bottom: 1em;
  text-decoration: none;
  display: inline-block;

}