.centered-container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

#footer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 25%;
    font-size: 16px;
    font-style: normal;
    font-weight: 3;
    line-height: 26px;
}
