body{
    background-image: url('kolors.png');
    background-repeat: no-repeat;
    background-size: cover;
}
@media print {
   .noprint, .noprint * {
        display: none !important;
    }
}

.navbar-vertical {
    background-color: rgb(157, 238, 203);
    padding: spaced;
    width: auto;
    display: flex;
}
.navbar-vertical li {
    margin: 10px 0;
    list-style-type: none;
}

.navbar-vertical a {
    color: rgb(0, 0, 0);
    padding: 10px 20px;
}

.navbar-vertical a:hover {
    background-color: #99d6ff;
    border-radius: 5px;
}
.header{
    background-color: rgb(0, 0, 0);
}
.color{
    background-color: rgb(106, 231, 10);
}
