h1{
    font-size: 48px;
    color:#7B6079;
    text-align: center;
    margin-top: 28px ;
    margin-bottom: 28px ;

}

h3{
    font-size: 36px;
    color:#7B6079;
    margin-bottom: 20px ;
}
P{
    font-size: 20px;
    color:#7B6079;
}
.blueviolet{
    color:#7C96AB
}
div{
    margin-left: auto ;
    margin-right: auto ;
    background-color:#C9BBCF ;
    width:75% ;
    padding: 10px 40px 40px;
    border-style: solid;
    border-radius: 20px;
    border-width: 2px;
    border-color:#7B6079;

}