 .content {
     /* 
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap: 20px;
     padding: 20px;
     padding: 80px;
     max-width: 600px;
     background: white;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     position: relative;
     border-radius: 10px; */
 }



 .main-box {
     max-width: 100%;
     background: white;
     /* position: absolute; */
     /* top: 50%; */
     /* left: 50%; */
     /* transform: translate(-50%, -50%); */
     border-radius: 10px;
     margin-top: 30px;
     margin-left: 30px;
     margin-right: 30px;
     padding-left: 30px;
     padding-right: 30px;
 }

 .title {
     text-align: left;
     padding: 20px;
     font-weight: 800;
     color: green;
     font-size: 30px;
 }



 .btn {
     display: flex;
     flex-direction: row;
     justify-content: center;
     gap: 20px;
     border-radius: 10px;
     padding: 10px;
     text-decoration: none;

 }

 .btn:hover {
     background: rgb(107, 107, 106);
 }



 .btn:act {
     background: rgb(7, 129, 58);
 }

 .btn:focus {
     background: rgb(5, 202, 87);
 }

 .btn-message {
     background: #196E43;
     color: white;
 }

 .article {
     margin: 10px;
 }

 .form-group {
     margin-bottom: 15px;
 }

 .form-group.checkbox label {
     display: flex;
     gap: 10px;
 }

 .form-group.checkbox input {
     width: min-content;
 }

 .form-group label {
     display: block;
 }

 .form-group textarea,
 .form-group input,
 .form-group select {
     padding: 10px 15px;
     border-radius: 10px;
     border: 1px solid #C0c0c0;
 }

 .form-group input {
     width: 100%;
 }


 .form-group select {
     width: 100%;
 }

 .form-group textarea {
     width: 100%;
 }

 .form-contact {
     margin-top: 30px;
 }

 .button-padding {
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 20px;
 }

 .share-btn {
     color: white;
     background-color: #196E43;
     padding: 10px;
     border-radius: 10px;
     font-size: 16px;
     width: 100px;
 }