/* footer */
.footer{
    width: 100%;
    height: 40px;
    background-color: #F4E287;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 100px; */
}

.footer-text{
    font-family: Roboto;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    font-style: normal;
    letter-spacing: 0.1em;
}
