Courses
.lp-modal .lp-modal-title {
font-size: 20px;
font-weight: bold;
color: #2c3e50;
text-align: center;
}
.lp-modal .lp-modal-message {
font-size: 16px;
color: #34495e;
text-align: center;
padding: 10px 20px;
}
.lp-modal .lp-button {
background-color: #27ae60;
color: white;
border: none;
padding: 10px 20px;
margin: 10px;
border-radius: 5px;
cursor: pointer;
}
.lp-modal .lp-button:hover {
background-color: #1abc9c;
}