@media screen and (max-width: 576px) {
    body{
        font-size: 19px;
    }

    #redeemed-stamp {
        width: 125px;
        height: 125px;
        position: absolute;
        top: -3.4rem;
        right: 0.4rem;
    }

    #title{
        margin: auto;
        padding-top: 5vh;
        width: 75%;
    }

    #img-logo-container{
        width: 95%;
        margin: auto;
    }

    #access-container{
        margin-top: 5vh;
    }

    #validation-input-container{
        width: 85%;
    }

    #text-nfc-container{
        width: 90%;
        margin: auto;
    }

    #connect-button-container{
        position: relative;
        max-width: 360px;
        margin: auto;
    }

    .button-85 {
        font-size: min(max(15px, 5vw), 22px);
        height: 50px;
    }

    #input-form{
        margin-top: 2vh;
        width: 90%;
        height: 90px;
        font-size: 16px;
        line-break: strict;
    }

    #input-form::placeholder {
        padding-top: 15px;
    }

    #error-message-container{
        width: 85%;
        margin: 3vh auto auto auto;
        font-size: min(max(11px, 3.5vw), 18px);
    }

    #logo-container {
        position: absolute;
        bottom: 8vh;
        left: 25%;
        width: 50%;
    }

    #product-general-container{
        width: 90%;
        margin: auto;
    }

    .brand-image-container {
        max-width: 90%;
    }

    #product-name{
        font-size: 1.7rem;
    }

    #product-brand{
        font-size: 1.2rem;
    }

    #product-description{
        font-size: 1rem;
    }

    #menu{
        width: 95%;
    }

    #menu a {
        font-size: 1rem;
        text-align: center;
    }

    .info-row{
        font-size: 0.8rem;
        font-weight: 600;
    }

    .property-value{
        font-size: 1.1rem;
    }

    .property-desc{
        font-size: 0.7rem;
    }

    .property {
        width: 75%;
    }

    #nft_certificates_image{
        width: 80%;
    }
}
