body { 
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center; 
    background:  #ff00b8;; 
    color: #f0f2f5;
    padding: 10px;
}

#camera-container { 
    position: relative; 
    display: inline-block; 
    margin-top: 20px; 
    border: 4px solid #f0f2f5; 
    border-radius: 10px; 
    overflow: hidden; 
}

#canvas {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    pointer-events: none
}   

#video { 
    width: 100%; 
    max-width: 90%;
    max-width: 25rem; 
}

#result-box { 
    margin-top: 20px; 
    font-size: 1.5rem; 
    font-weight: bold;  
    min-height: 50px; 
}

.buttons {
    background-color:#f0f2f5; 
    max-width: 10rem; 
    min-height: 3rem;
    font-size: x-large;
    font-weight: bolder;
    cursor: pointer; 
    color: #ff00b8;
    border-radius: 1rem;
    justify-content: center;
}

.buttons:hover {
    color: #f0f2f5;
    background-color: #ff00b8;
}

#gestos {
    max-width: 95%;
}

#anuncio {
    position: relative; 
    margin: 20px auto;
    background-color: #f0f2f5; 
    text-align: center;
    color: #ff00b8;
    padding: 0rem 1rem 1rem 1rem;
    max-width: 60%;
    border-radius: 1rem;
}

.frame  {
    height: auto;
    width: 70px;
}

#daWholeThing {
    display: none;
}

@media (max-width: 600px) {
    #anuncio {
        margin-left: 0;
        margin: 10px auto; 
        max-width: 90%; 
        font-size: 0.9rem; 
        max-width: 85%;
    }


   #gestos {
        width: 100%;
        max-width: 100%;
        display: flex;      
        flex-wrap: wrap;    
        justify-content: center;
    }

    .frame {
        display: none;
    }
}