.text-justify {
    text-align: justify;
}

.btn-ci{
    background-color:  rgba(128, 128, 128, 0.664);
}
.btn-ci:hover{
    background-color: #8c068c;
}
.ci-color{
    background-color: rgba(128, 128, 128, 0.664);
    height: 100%;
}
.spacer{
    height: 80px;
}
.navbar {
    background-color: rgb(139, 139, 139)!important;
}