@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sen&display=swap');
body{
    background: url(backgr.jpg) center center fixed;    
}
.card{
    margin: 12px;
    border-radius: 34px;
    font-size: 25px;
    text-align: left;
}
.image{
    margin-top: 30px;
    border-radius: 50%;
    width: 18%;
    display: inline-block;
    -webkit-box-shadow: 0px 2px 23px 2px #000000; 
    box-shadow: 0px 2px 23px 2px #000000;
}
.tarjetas{
    display: inline-block;
   align-items: center;
   justify-content: center;
   width: 60%;
}

a{
    text-decoration: none;
}
.parrafos{
    display: inline-flex;
    margin-left: 35%;
    color: whitesmoke;
}
.fab{
    font-size: 40px;
    color: ivory;
}
.facebook{
    background-color: #0e368b;
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    -webkit-box-shadow: 0px 7px 14px 2px #000000; 
box-shadow: 0px 7px 14px 2px #000000;

}
.instagram{
    background-color: rgb(193,53,132);
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    -webkit-box-shadow: 0px 7px 14px 2px #000000; 
box-shadow: 0px 7px 14px 2px #000000;
}
.telegram{
    background-color: rgb(24, 206, 219);
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    -webkit-box-shadow: 0px 7px 14px 2px #000000; 
box-shadow: 0px 7px 14px 2px #000000;
}
.whatsapp{
    background-color: #00bb2d;
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    -webkit-box-shadow: 0px 7px 14px 2px #000000; 
box-shadow: 0px 7px 14px 2px #000000;
}
.texto_{
    color: rgb(0, 0, 0);
    font-family: 'Sen', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: bold;
    text-shadow: 0 0 5px #FFF, 0 0 8px #FFF, 0 0 10px #FFF, 0 0 12px #ffffff, 0 0 15px #ffffff, 0 0 20px #ffffff, 0 0 23px #ffffff, 0 0 28px #ffffff;
}

@media screen and (max-width: 768px) {
    .image{
        
        width: 27%;
        
    }
   .tarjetas{
       width: 90%;
   }
   .parrafos{
       margin-left: 20%;
   }
    
}
@media screen and (max-width: 482px) {
    .tarjetas{
        width: 90%;
    }
    .parrafos{
        margin-left: 15%;
        
    }
    .card{
        font-size: 30px;
    }
 }

 @media screen and (max-width: 353px) {
    .tarjetas{
        width: 95%;
    }
    .parrafos{
        margin-left: 10%;
        
    }
    .card{
        font-size: 30px;
    }
 }