.content {
  margin: auto;
  text-align: center;
  width: 50%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #ffffff;
}

.center{
  width: 25rem;
  margin:auto;
  border-color: rgb(255, 255, 255);
  border-width: 10px;
  border-style: solid;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  outline: 2px solid rgb(255, 0, 255);
  outline-offset: -12px;
  padding: 2rem;
}

body{
  font-family: sans-serif;
  font-weight: 300;
  background-image: url("fondo1.jpg");
  align-content: center;
}

#principaltext{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 30px;
}

.bienvenido{
  text-align: center;
  text-shadow: 0px 5px 0px black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 900;
}

.title{
  height: 10rem;
  margin: 4rem;
  margin:auto;
}

.color1{
  margin: auto;
  text-align: center;
  width: 960px;
  margin:auto;
  border-color: rgb(12, 0, 78);
  border-width: 10px;
  border-style: solid;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  outline: 2px solid rgb(255, 255, 255);
  outline-offset: -12px;
  padding: 2rem;
  color: white;
  text-decoration: none;
}

img{
  margin: 1rem auto 1rem;
}

<<<<<<< HEAD
.centrified{
  text-align: center;
}

.color2{
  margin: auto;
  text-align: center;
  width: 960px;
  margin:auto;
  border-color: rgb(255, 0, 149);
  border-width: 10px;
  border-style: solid;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  outline: 2px solid rgb(255, 0, 0);
  outline-offset: -12px;
  padding: 2rem;
  color: white;
  text-decoration: none;
}

.text1{
  text-align: center;
  color: #b16dff;
  font-weight: 500;
  text-shadow: 0px 5px 0px rgb(129, 60, 103);
  font-size: 45px;
}
=======

/* CONTENEDOR PRINCIPAL */
.comment {
	max-width: 600px;
	margin: 50px auto;
	background-color: rgba(0, 10, 40, 0.7); /* Fondo oscuro azulado con transparencia */
	border-radius: 12px;
	padding: 20px;
	box-shadow: 0 0 20px rgba(0, 255, 255, 0.25);
	backdrop-filter: blur(6px);
	color: #e0f7fa;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* TÍTULO */
.comment-title {
	text-align: center;
	font-size: 26px;
	margin-bottom: 25px;
	color: #00e5ff;
	text-shadow: 0 0 6px #00bcd4;
}

/* INPUTS Y TEXTAREA */
form {
  margin: 1rem auto;
}
form input[type="text"],
form textarea {
	width: 80%;
	padding: 12px;
	margin-bottom: 15px;
	border: 1px solid #00bcd4;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.05);
	color: #e0f7fa;
	resize: vertical;
	font-size: 16px;
	transition: all 0.3s ease;
}

form input[type="text"]::placeholder,
form textarea::placeholder {
	color: #b2ebf2;
}

form input[type="text"]:focus,
form textarea:focus {
	outline: none;
	border-color: #00e5ff;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 12px #00e5ff;
}

/* BOTÓN ENVIAR */
form input[type="submit"] {
	background-color: #00bcd4;
	color: #002b36;
	border: none;
	padding: 12px 20px;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	transition: background-color 0.3s, transform 0.2s, box-shadow 0.2s;
	box-shadow: 0 0 8px rgba(0, 255, 255, 0.3);
}

form input[type="submit"]:hover {
	background-color: #00e5ff;
	transform: scale(1.05);
	box-shadow: 0 0 15px #00e5ff;
}

/* CAJA DE COMENTARIOS */
.comment-box {
	background-color: rgba(0, 20, 50, 0.7);
	padding: 15px;
	margin-top: 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 255, 255, 0.15);
	color: #ffffff;
	position: relative;
}

.comment-box strong {
	color: #00e5ff;
}

.comment-box small {
	color: #b2ebf2;
	font-size: 12px;
}

/* BOTÓN ELIMINAR */
.delete-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 18px;
	color: #80deea;
	position: absolute;
	top: 10px;
	right: 10px;
	transition: color 0.2s ease;
}

.delete-btn:hover {
	color: #ff5252;
}

>>>>>>> 4bd7483a6a828e4cc70ec886176d09b696ca7986
