* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'PoppinsBold';
  src: url(fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: 'PoppinsLight';
  src: url(fonts/Poppins-Light.ttf);
}

body {
  background-color: rgb(0, 0, 0);
}

.navegator {
  background-color: rgb(0, 0, 0);
  font-family: "PoppinsBold";
  display: flex;
}

.button {
  background-color: rgb(46, 46, 46);
  border: solid rgb(0, 0, 0);
  border-radius: 10px;
  text-align: center;
  color: white;
  padding: 10px;
  flex-grow: 1;
}

.button:hover {
  background-color: green;
  border: solid rgb(0, 231, 0);
  color: white;
  text-decoration: none;
}

.bner {
  width: 100%;
}

.title {
  width: 80%;
  position: absolute;
  top: 6rem;
  left: 9%;
}

.info {
  padding: 20px;
  background-color: white;
}

h1 ,h2 {
  font-family: "PoppinsBold";
}

p {
  font-family: "PoppinsLight";
}
.lista {
  background-color: white;
}

.offerlist {
  font-family: "PoppinsBold";
  background-color: rgb(226, 226, 226);
  padding: 10px;
  border-radius: 15px;
}

.list {
  list-style: none;
}

.versions {
  padding: 20px;
  background-color: lightgrey;
}

.vvact {
  width: 100%;
}

footer {
  background-color: black;
  color: white;
  font-size: 13px;
  display: flex;
}

.caja {
  padding: 10px 5px;
  width: 80px;
  text-align: center;
  flex-grow: 1;
}

a {
  color: white;
}

a:hover {
  color: blue;
}