.headingline{
    text-align: center;
    color:black;
    background-color:#be185d; ;
    border-radius: 0.5rem;
    padding: 10px;
}
.button-style{
    color: black;
    background-color:#be185d; ;
    font-style: italic;
    font-weight: bold;
    cursor: pointer;
    margin-left: 45%;
    margin-top: 20px;
    width: 160px;
    height: 50px;
    
}
.center{
    text-align: center;
}