
h1, h2, h3, h4, p { 
    color: rgb(43, 43, 43);
    font-family: 'Inter', sans-serif;
    text-align: justify;
}
:root, body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}

input[type=text], select, textarea {
    width: 70%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    height: 30vh;

  }
  
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }
  
  .inputbtn{
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  input[type=submit]:hover {
    background-color: #1f4621;
  }
  
  .container {
    border-radius: 5px;
    /* background-color: #396fa1; */
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  form{
    text-align: -webkit-center;
  }
  
  .container2{
    background-color: #D0E4F5;
    background-image: url(/manosbio.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
    height: 250px;
  
  }

  .coment{
    text-align: -webkit-center;
  }

  .card-form__inner {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(93, 93, 94, 0.24);
    border-radius: 10px;
    padding-top: 30px;
}


.card-form {
    max-width: 570px;
    margin: auto;
    width: 100%;
}

.card-list {
    text-align-last: center;
}
  

.logo{
    margin-bottom: 10px;
    text-align: -webkit-center;

}

.bloq {
  text-align-last: center;
  padding-top: 100px;

}
