*{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.extraInfo{
    background: #1CD1B0;
    padding-left: 15px;;
}
header{
    position: sticky;
    top: 0;
    z-index: 10;
}

.title{
    background: #00669F;
    box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.title h1{
    color: white;
    text-align: justify;
    padding: 0;
}

.addButton{
    position: relative;
}
.plus{
    width: 50px;
    height: 50px;
    background-color: #00669F;
    border-radius: 50px;
    position: fixed;
    color: white;
    z-index: 3;
    right: 50px;
    top: 50%;
}

.plus p{
    text-align: center;
    font-size: 2.5em;
}

.card{
    position: relative;
    left: 35%;
    background-color: #F3F3F3;
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 30px;
    margin-bottom: 50px;
    max-width: 400px;
    width: 100%;
}
.fa-heart{
    color: tomato;
    font-size: 2em;
    left: 20px;
    position: absolute;
    top: 20px;
    z-index: 3;
}
.header{
    position: relative;
}

.imgContentHeroe{
    border-radius: 50%;
    height: 150px;
    left: 120px;
    position: absolute;
    top: 120px;
    width: 150px;
    z-index: 2;
}

.imgContentBack{
    border-radius: 20px 20px 0 0;
    height: 200px;
    position: relative;
    width: 100%;
    z-index: 1;
}
.back{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.imgheroe1{
    background-image: url("../img/batman.jpg");
    }
.imgBcgheroe1{
    background-image: url("../img/bg-batman.jpg");
}

.imgheroe2{
    background-image: url("../img/wonderw.jpg");
    }
.imgBcgheroe2{
    background-image: url("../img/bg-wonderw.jpg");
}

.imgheroe3{
    background-image: url("../img/superman.jpg");
    }
.imgBcgheroe3{
    background-image: url("../img/bg-superman.jpg");
}

.card-body{
    padding: 20px 40px;
    margin: 100px 0 0 0;
    position:relative;
}


.card-title{
    text-align: center;
    padding: 10px;
}

p{
    text-align: justify;
}

button{
    background-color: #00669F;
    border: none;
    color: white;
    margin: 30px;
    padding: 15px 32px;
    text-align: center;
    position: relative;
    left: 20%;
}

footer{
    position: relative;
    background-color: #00669F;
    color: white;
    height: 70px;
}

footer p{
    text-align: center;
    padding: 25px;
}

footer img{
    width: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    
}