
/* Footer */

footer .time p {
    margin: 0; /* Removes default margin */
    padding: 5px 0; /* Adds a little space between the elements */
}

.time{
    font-family: "Poppins";
    color: #FAF9F6;
    font-size: 1rem;
}

#tel{
    color: #FAF9F6;
    font-size: 1rem;
    font-family: "Poppins";
    display: flex;
    justify-content: center;
}
.phone-number{
    color:#2784b8;
    text-decoration: none;
}
.phone-number:visited{
    color: #2784b8;
    text-decoration: none;
}

#mail{
    color: #FAF9F6;
    font-family: "Poppins";
    font-size: 1rem;
}

#totoro{
    font-size: 1rem;
    color: #FAF9F6;
}

#rub{
    font-size: 2rem;
}

.svg{
    fill: #FAF9F6;
    list-style: none;
}
a{
    fill: #FAF9F6;
}

a:visited{
    fill: #FAF9F6;
}