.col-md-4 p {
    color:white;
}
ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color:rgb(250, 194, 47);
}
.header{
    background-color: rgb(60, 42, 107); /* PURPLE */
    color: rgb(251,192,47); /*YELLOW */
    text-align: center;
    height: 32px;
}
.header1{
    font-size:21px;
    background-color: rgb(100, 100, 100);
    color: lightblue;
    text-align: center;
}
.col-10 p {
    font-size:21px;
}
footer{
    text-align: center;
    font-weight: lighter;
    background-color: rgb(60, 42, 107); /* PURPLE */
    color: rgb(251,192,47); /*YELLOW */
    width: 100%;
}