html,  body{
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    height: 100vh;
    overflow: hidden;
    display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; 
  background-image: url("./images/Pantano de Alloz.jpg");
}


.master { 
          position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
                width:100%;
 height:100%;
 margin:auto auto;
 background:transparent;
 text-align: center;


}
.master p , {
	height : 100%;
    width : 100%;
    margin : 0;
    position : absolute;
    

    ;
    

}