body{
    color: aliceblue;
    background-image: url(Fondo2.png);
}
h1{
  text-align: center;
  border: 2px solid rgb(0, 183, 255);
  border-radius: 15px;
  background-color: rgba(0,20,60,0.55);
  
  
}
.Facebook  {
    display: inline-block;
    background-color: rgba(0,20,60,0.55);
    color: white;
    padding: 10px 25px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    border:2px solid #F4D35E;
    width: 100px;
    text-align: center;
    margin: auto; 
}

