
.fullpage{
    color: black;
}
/*.container{
    width: 100%;
    margin-left: 35%;
    font-size: xx-large;
    background-color: blueviolet;
}*/
.containerrr
{
    justify-content: space-around;
    width: 100%;
    background-color: blueviolet;
}
.containerrr btn{
    color: rgb(99, 26, 188);
}

nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.logo
{
    width: 200px;
    cursor: pointer;
}

nav ul{
    list-style: 0;
    width: 100%;
    text-align: right;
    padding-right: 60px;
}

nav ul li{
    display: inline-block;
    margin: 20px 10px;
}

nav ul li a{
    color: rgb(244, 239, 239);
    text-decoration: none;
}





.col-md-7 heading-section text-center ftco-animate h2{
    background-color: rgb(113, 78, 240);
}

.text{
    color: black;
}