
.skillmatch-container {
    background: #f0f4ff;
    padding: 20px;
    border-radius: 8px;
    font-family: sans-serif;
    text-align: center;
}
.skillmatch-container h2 {
    color: #00468c;
}
.skillmatch-container a.button {
    display: inline-block;
    padding: 10px 20px;
    background: #00468c;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
}
