.card-border{
    border: solid 10px white;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease-out 0.2s;
}

.card-border:hover{
    transform: scale(1.05);
}

body{
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, h7{
    font-family: 'Bitter', serif;
    font-family: 'Heebo', sans-serif;
}

.contenedor-icono {
    font-size: 30px;
    color: #dc3545;
}