/* Start footer */
.footer {
    background-color: rgb(1, 1, 51);
    color: white;
    padding: 25px;
    text-align: center;
    justify-content: center;
    /* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
}

.footer-title {
    font-size: 0.8em;
    font-weight: 600;
}

.footer-title span {
    color:  rgb(238, 236, 236);
    word-spacing: 7px;
}

.footer-title span:hover{
    color: aqua;
}

/* End footer */
