@import url("https://fonts.googleapis.com/css?family=Nunito:400,700&display=swap");
body {
  /* background: #666656; */
  background: rgb(30, 30, 29);
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  color: rgb(249, 253, 11);
}

h1 {
  /* color: rgb(249, 253, 11); */
  color: rgb(249, 253, 11);
  margin-bottom: 0.5rem;
  
}

.crd{background: #000000;}


.nombre_bebida {font-weight: bold; font-size: larger;}
.cantidad {font-weight: bold; font-size: larger;}


