*{
    font-family: "Press Start 2P", system-ui;
}

.footer-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 430px; */
    height: 168px;
    background-color: #5300C8;
    /* padding: 10px; */
}

p {
    font-family: "IBM Plex Mono", monospace;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.titulo_footer{
    color: #FFFFFF;
}

.card-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    height: 56px;
}

.card-footer-2{
    
}