.wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
}
.wrapper span{
    font-size: 20px;
    color: gray;
}
.wrapper .nf{
    font-size: 35px;
    color: var(--MAIN-MASTARD);
}