		h1{

			color: black;
			font-size: 40px;
			font-family:Playfair Display;
		}


		h7{
			color: black;
			font-size: 20;
			font-family: Oswald;
			
		}

		table,{
			border:3px double ; 
			border-radius:5px;
			background: linear-gradient(to bottom,#FFFFF0,#FFB6C1);	
		}

		P{

			color:black;
			font-size: 35 px;
			font-family:Titillium Web;
			text-justify: justify;
			text-align:justify;
		}

		h5{
			color:black;
			font-size: 35 px;
			font-family:Montserrat;
			text-justify: justify;
			text-align:justify;
		}

		input[type="text"],[type="email"],[type="password"],legend
		{
			background-color: turquoise;
			border: 2px solid hotpink;
			border-radius:5px;
		}
		
		input[type="submit"]
		{
			background-color: orange;
			border: 2px solid hotpink;
			border-radius:5px;
			font-size: 20px;

		}

a:link {
  text-decoration: none;
} 
     body{
     	background: url(fondo07.png);
     	background-size: cover;
     	background: attachment:fixed;
     	margin: 0;
     }

		table{
			border:3px double ; 
			border-radius:5px;
			background: linear-gradient(to bottom,#FFFFF0,#FFB6C1);	
		}

		/* Estilo base de todos los botones */
.btn {
  border: none; 
  padding: 14px 28px; 
  cursor: pointer; 
  border-radius: 5px;
  font-family: "Playfair Display", serif; 
  font-weight: 600;
  color: white; /* color por defecto, si quieres texto negro cámbialo aquí */
}

/* Botón Facebook */
.Facebook {
  background-color: #1877F2; /* Azul oficial */
  color: white;
}
.Facebook:hover {
  background-color: #0d65d9;
}

/* Botón WhatsApp */
.WhatsApp {
  background-color: #25D366; /* Verde oficial */
  color: white;
}
.WhatsApp:hover {
  background-color: #1ebe5d;
}

/* Botón Instagram */
.Instagram {
  /* Gradiente oficial de Instagram */
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
}
.Instagram:hover {
  opacity: 0.9; /* se oscurece un poco al pasar el mouse */
}

/* Botón TikTok */
.TikTok {
  background-color: #010101; /* Negro oficial de TikTok */
  color: white;
}
.TikTok:hover {
  background-color: #111111;
}

		h5{
			color: black;
			font-size: 35px;
			font-family:PT Serif ;

		}