.mainAGAIN {
    padding: 6px;
    height: fit-content;
}

.topping {
    background-color: #9e9e9e;
    border-radius: 5px 5px 0 0;
    padding: 5px;
    border-bottom: 1px #6c6c6c solid;
}

.content {
    border-radius: 5px;
    align-self: center;
    width: 100%;
    height: fit-content;
    margin: auto;
    background-color: white;
    box-shadow: 0px 3px 5px #707070; 
}

.content-text {
    padding: 5px;
}

.footer {
    background-color: rgb(184, 184, 184);
    border-radius:  0 0 5px 5px;
    padding: 3px;
    border-top: 1px #6c6c6c solid;
}