body { font-family: Arial, sans-serif; margin: 0; padding: 20px; }
h1 { color: #0b3d91; }
form { margin: 20px 0; display: flex; flex-direction: column; gap: 8px; max-width: 400px; }
label { font-weight: bold; }
input, textarea, select { padding: 8px; border-radius: 4px; border: 1px solid #ccc; }
button { background-color: #0b3d91; color: white; padding: 10px; border: none; border-radius: 4px; cursor: pointer; }
button:hover { background-color: #092c68; }
.morenet-wp { position: fixed; right: 20px; bottom: 20px; z-index: 9999; }
.morenet-wp a { display: block; width: 56px; height: 56px; background:#25D366; border-radius:50%; text-align:center; color:#fff; line-height:56px; font-size:26px; text-decoration:none; }