.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;
}

.nav-color{
    background-color: magenta;
}

img.effect{
    transition-duration: 1s;
}

img.effect:hover{
    transform: rotate(360deg);
} 