html{
    zoom: 75%;
}

body{
    font-size: 0.8rem;
}
.home{
    color: white;
}
.icon-button{
    background: none; 
    border: none; 
    padding: 0;
}
.edit-button-icon{
    color: blue;
}
.delete-button-icon{
    color: red;
}
.logo-home{
    width: 250px;
    height: 150px;
}
.home-logo-contener{
display: flex;
flex-direction: row;
justify-content: center;
}
.tableau-mesures{
  width: 100%;
  height: 100px;
}