button{
	margin-right: 10px;
}
label {
	display: block;
	margin-bottom: 10px;
}
input[type="text"] {
	width: 100%;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
button {
	background-color: #4CAF50;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
.copy-btn {
	background-color: #2196F3;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
 }
  .paste-btn {
	background-color: #FF5733;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
  .paste-btn1 {
	background-color: #2C2929;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
  .paste-btn2 {
	background-color: #8A0AE2;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}
          #archivo-generado {
    background-color: black;
    color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
}
