@font-face{
  font-family: "fuentebase";
  src: url("../../fonts/Heming.ttf") format("truetype");
}
@font-face{
  font-family: "Overbit";
  src: url("../../fonts/Overbit.otf") format("opentype");
}
body {
    margin: 0;
  color: white;
  background-image: url(https://i.pinimg.com/1200x/54/0a/21/540a2104b8829fa12f853acfb6322251.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  font-family: "fuentebase";
}

.centro {
  width: 50%;
  text-align: center;
  color: black;
}
.cuerpo {
  width: 100%;
  display: flex;
}
.derecha {
  width: 25%;
  margin-top:70px;
  text-align: center;
  justify-content: center;
  border-radius: 25px;
}
.botontext{
  background-color: white;
  color: black;
  margin: 5px auto;
  width: 210px;
  padding: 3px 0px;
}
.derecha a{
  text-decoration: none;
}
.botontext:hover{
  background-color: black;
  color: white;
  
}







