html{
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  background-color: #ffffff;
}

p {
  text-align: center;
}

label {
    color: #ffffff;
    padding-right: 5px;
    padding-left: 5px;
}

.menu {
  background-color: #ff3636;
  margin: auto;
  padding: 1em;
}

.filter {
  text-align: center;
  object-position: center;
}

.table{
  width: 100%;
  border-spacing: 0; /*si no queda espai entre cel·les */
  text-align: center;
  font-size: 12px;
  background-color: #ffffff;
}

.table td, .table th{
  /* aixo aplica a tots els elements td i th dins una classe .table */
  padding: 0.5em;
}

.table tr:nth-child(even){
  background: #f3e5f5;
  }

.tab{
  /* width: 200px; */
  height: 40px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff;
  background-color: #ff3636;
  text-align: center;
  color: #ffffff;
  padding-left: 2em;
  padding-right: 2em;
}

.active{
  border-style: hidden;
}

.inputField{
  margin: auto;
}

.button{
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

#secondmenu {
  width: 200px;
}
