header {
    background-color: rgb(133, 50, 211);
}

section h2 {
    background-color: rgb(133, 54, 207);
}

section h3 {
    background-color: rgb(133, 54, 207));
}

.btn-custom {
    background-color: rgb(170, 104, 194);
    color: rgb(7, 46, 2);
    border: none;
    border-radius: 5px;
}