html body {
    background-color: #00000086;
}
.text-justify {
    text-align: justify;
}

.btn-ci{
    background-color: magenta;
}
.btn-ci:hover{
    background-color: #8c068c;
}
.ci-color{
    background-color: magenta;
    height: 100%;
}
.spacer{
    height: 80px;
}
.navbar {
    background-color: magenta!important;
}
img.effect{    
    transition-duration: 1s;
}
img.effect:hover{    
    transform: rotate(360deg);
}