#color {
    height: 10px;
    width: 25px;
    /* border: 1px; */
    background-color: blueviolet;
    border-radius: 5px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2px;
    word-spacing: 2px;
}

.accordion-item {
  background-color: aliceblue important;
  font-size: 30px important;
}