body{
    background-color: #12121B;
}
.image-back{
    background-image: url('../images/friendsportrait.jpg');
    height: 708px;
    background-position: center;
    background-size: cover;
    filter: contrast(135%) brightness(70%);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}
.title-friends{
    color: white;
    font-size: 64px;
    margin-left: 150px;
    font-family: "Inika", serif;
    font-weight: 400;
    font-style: normal;
}
.subtitle-friends{
    color: white;
    font-size: 36px;
    margin-left: 150px;
    font-family: "Inika", serif;
    font-weight: 200;
    font-style: normal;
}
.button-friends{
    background-color: #BF1C1C;
    width: 150px;
    height: 45px;
    margin-left: 200px;
    text-align: center;
    border-radius: 25px;
    color: white;
    padding: 10px;
    margin-top: 15px;
    font-family: "Inika", serif;
    font-style: normal;
}

.card {
    transition: transform 0.3s ease;
}
.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.5), 0 4px 6px -2px rgba(99, 102, 241, 0.5);
}
.button-ver{
    text-align: center;
}
.enlace-ver{
    background-color: #BF1C1C;
    height: 40px;
    padding: 10px;
    border-radius: 30px;
    color: white;
    font-family: "Inika", serif;
    font-style: normal;
}