
.container {
    height: 475px;
    width: 300px;
    box-shadow: 0 10px 20px black;
    background-size: cover;
    justify-content: center;
    align-self:center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    font-family: 'Abel', sans-serif;
    background-color: rgba(177, 177, 177, 0.77);
}

.image {
    height: 100px;
    width: 100px;
    background-image: url('/images/IMG_4071.png');
    background-size: cover;
    border-radius: 50%;
    border: 8px solid white;
    position: relative;
    top: 200px;
    margin-left: 170px;
    box-shadow: 0 2px 15px rgb(58, 54, 54);
    transform: rotate(-20deg);
}

.shape {
    height: 250px;
    width: 400px;
    background-color: black;
    margin-left: -20px;
    position: relative;
    top: -80px;
    box-shadow: 0 2px 15px black;
    transform: rotate(25deg);
}

h3 {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: white;
}

.title {
    color: white;
}

.container p {
    padding-left: 30px;
    padding-right: 30px;
    color: white;
}

.icons img{
    height: 75px;
    width: 75px;
    color: white;
}