*{
    margin: 0;
    padding: 0;
}

main{
    padding: 40px 10%;
    background-color: #4158D0;
background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);

}

.infoContainer{
    /* padding: 20vw; */
    height: 100vh;
    display: flex;
    justify-content: space-around;
}
.divInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.divPic {
    height: 90%;
    width: 40%;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
img{
    height: 80%;
}

h1{
    font-size: 10vh;
    color:  whitesmoke;
    text-shadow: 0.5px 0.5px black;
    padding-bottom: 40px;
}

p{
    font-size: 2vw;
    /* padding: 50px 0px; */
    overflow: hidden;
    text-overflow: ellipsis;  
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

}

a.btn{
    margin-top: 40px;
width: 100px;
}