@media screen and (min-width: 200px) {
    a {
        text-decoration: none;
        color: black;
    }

    body {
        background-color: #f7f0dd;
    
    }
    
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #head {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        width: 355px;
        height: auto;
        margin-top: 20px;
    }
    
    .fromagerLogo {
        width: 150px;
        height: 150px;
    }
    
    .card {
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: white;
        border-radius: 15px;
        width: 355px;
        height: auto;
        margin-top: 20px;
    }
    .card_info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-left: 10px;
    }
    .card_logo {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .mockupContainer {
        width: 200px;
        height: 200px;
        overflow: hidden;
        padding-left: 10px;
        padding-top: 50px;
    }
    .qrCode {
        width: 80px;
        height: 80px;
        padding-bottom: 10px;
    }
    .plateformLogo {
        width: 30px;
        height: 30px;
        padding-right: 10px ;
    }
    .mockupImage {
        width:200px;
    }
    .accountName {
        color: gray;
        font-size: 60%;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .codeContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    
    .scanHint {
        font-size: 50%;
        color: gray;
        padding-bottom: 5px;
    }
    
    .footer {
        position: float;
        bottom: 0;
        text-align: center;
    }
    .footer a {
        text-decoration: underline;
        color: gray;
    }
}

@media screen and (min-width: 700px) {
    a {
        text-decoration: none;
        color: black;
    }
    
    body {
        background-color: #f7f0dd;
    
    }
    
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #head {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
        width: 760px;
        height: auto;
        margin-top: 20px;
    }
    
    .fromagerLogo {
        width: 150px;
        height: 150px;
    }
    
    .card {
        display: flex;
        flex-direction: row;
        justify-content: center;
        background-color: white;
        border-radius: 15px;
        width: 760px;
        height: auto;
        margin-top: 20px;
    }
    .card_info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-left: 10px;
    }
    .card_logo {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .mockupContainer {
        width: 200px;
        height: 200px;
        overflow: hidden;
        padding-left: 10px;
        padding-top: 50px;
    }
    .qrCode {
        width: 80px;
        height: 80px;
        padding-bottom: 10px;
    }
    .plateformLogo {
        width: 30px;
        height: 30px;
        padding-right: 10px ;
    }
    .mockupImage {
        width:200px;
    }
    .accountName {
        color: gray;
        font-size: 60%;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .codeContainer {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }
    
    .scanHint {
        font-size: 50%;
        color: gray;
        padding-bottom: 5px;
    }
    
    .footer {
        position: float;
        bottom: 0;
        text-align: center;
    }
    .footer a {
        text-decoration: underline;
        color: gray;
    }
}
