/**
Theme Name: TwentyTwenty-Five Child
Template: twentytwentyfive
Description: Standard 2025 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

main div div ul li {
	margin: 10px;
}


form {
	background-color: white;
	text-align:center;
	border-radius: 10px;
	margin: 50px;
}

h2.form-h2 {
	text-align:center;
	font-weight:bolder;
	padding-top:20px;
}

input.form-input-regulariza {
	margin: 0.5em;
	padding: 10px;
	border-color:blue;
	border-radius: 5px;
	width: 300px;
}

.form-button-regulariza {
	background-color:#9fff80;
	padding: 10px;
	width: 200px;
	border-radius: 15px;
	margin-bottom: 30px;
}
