#landing-page{
background-color: black;
}
.Btn-landing{
  color: whitesmoke;
  text-decoration: none;
  margin-top: -90vw;
  text-shadow: #171717 5px;
  position: fixed;
  margin-top: 1vh;
  
  
}
#BtnDos{
  margin-left: 80vw;
  
}
#BtnUno{
  margin-left: 10vw;
}

.botones{
    float: left;
    list-style:none; 
    margin-right: 10px; 
    border-radius: 5%;
    text-align: center;
    border-left: 5px;
    justify-content: space-around;
    align-items: center;


  }
.botones:hover {
  background-color: white;
  transition: 500ms;
  

 
}
 
nav{
    float: center; 
  }

.btn-home{
    text-decoration: none;
    color: white;
    
  }

.btn-home:hover{
color: black;
transition: 500ms;
background-color: none;
border-left: yellow 6px groove

}

.IG{
margin-left: 900px;
color: aliceblue;
text-decoration: none;
margin-top: 10px;


}
.logoig{
  margin-left: 870px;
  margin-top: 15.5px;
  position: absolute;
  
  }

.IG:hover{
font-size: 110%;
}

