.title{
        line-height: 27px;
        font-size: 20px;
        width: 100%;
        text-align: center;
        color: darkblue;
        position: relative;
        bottom: 1em;
}
div.title h2{
    padding: 0%;
    margin: 0%;
}
main article p{
    font-size: 18px;
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
}
p strong{
    font-weight: bold;
}
.container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.card{
    width: max-content;
    margin-left: 1%;
	margin-right: 2%;
	width: 60em;
	margin: 25px;
	padding: 10px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 40px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.card-title{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.card img{
    width: 150px;
}