.caixa {
    background-color: rgb(251, 251, 251);
    padding: 30px;
    border-radius: 10px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
}

.container-filho {
    width: 100%;
    padding-top: 10%;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.title-item {
    background-color: black;
    height: min-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 7px;
    color: white;
    font-weight: 800;
}

.title-item-ad {
    background-color: #f7f7f7;
    height: min-content;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 0px;
}

body {
    background-color: #e3e5eb;
}