.box{
    border-radius: 20px;
}

.box .texto:hover{
    transform: scale(1.05);
}

.none{
    display: none;
}

#statusimg img{
    border-radius: 20px;
}