.modal-title{
    font-weight: bold;
    color: #5d3b85;
}

.button-close{
    border-radius: 10px;
    background-color: gray;
    font-weight: bold;
}

.button-close:hover{
    background-color: #c5c4c7;
    font-weight: bold;
    color: black;
}

.button-create{
    border-radius: 10px;
    height: 80%;
    width: 40%;
    background-color: #5d3b85;
    color: white;
    font-weight: bold;
}
.button-create:hover{
    background-color: #C4B7E1;
    color: #5d3b85;
}