.text-expander {
}
.text-to-expand {
    display: none;
}
.expanded {
    display: block;
    padding-bottom: 30px;
}
.expander-button {
    padding: 10px 20px;
    background-color: blue;
    border-radius: 1000px;
    background-color: #492365;
    color: #edeceb!important;
    text-decoration: none;
}
.expander-button:hover{
	color: white!important;
    background-color:#7f56c5;
}