body{
    box-sizing: border-box;
}

h1{
    padding: 0;
    text-align: center;
    color: rgb(43, 43, 43);
    font-weight: 1000;
    
}
.main-center{
    
    background-size: cover;
    background-position: center;
    width: 350px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f5f5f5;
    box-shadow: 12px 12px 12px #c9c9c9;
    margin: auto;
    height: 550px;
}
.list-social{
   display: flex;
   flex-direction: column;
   justify-content: space-around;
   gap: 20px    ;
   height: 450px;
}
.item-social{
    display: flex;
    
    align-items: center;
    list-style: none;
    margin: auto;
    
}
.link-social{
    text-align: center;
    text-decoration: none;
    color: rgb(43, 43, 43);
    box-shadow: 12px 12px 10px rgb(209, 209, 209);
    padding: 20px;
    border-radius: 10px;
    width:100px;
    
}
.link-social:visited{
    color: rgb(82, 59, 59);
}
.link-social:is(:hover, :active){
    padding: 16px;
    color: rgb(141, 23, 23);
}

.link-social, .logo{
    align-items: center;
}
.logo{
    max-width: 100%;
    width: 35px;
}
.checkbox{
    border: none;
    padding: 20px;
    width: 100px;
    
}

/* ______________________ cambio a sans */

