html, body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body {

}

#cartaqr .logo {
  background-color: #00A1B7;
  height: 80px;
  background-image: url('img/logo.svg');
  background-repeat: no-repeat;
  background-position: 12px center;
}

#cartaqr .splash {
  height: 430px;
  background-image: url('img/splash.png');
  color: white;
  font-family: Poppins;
  display: grid;
  place-content: center left;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cartaqr .splash .line1 {
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 900;
  font-size: 14px;
}

#cartaqr .splash .line2 {
  font-size: 48px;
  line-height: 40px;
  white-space: pre-wrap;
  padding-top: 10px;
}

#cartaqr .content {
  padding: 12px;
  padding-bottom: 54px;
}

#cartaqr .plato {
  font-family: Roboto;
  border-bottom: 0.5px solid #00A1B7;
  padding: 12px 0;
  margin-right: 40px;
}

#cartaqr .plato:last-child {
  border-bottom-width: 2px;
  margin-bottom: 20px;
}

#cartaqr .plato .name {
  text-transform: uppercase;
  font-weight: 900;
}

#cartaqr .plato .details {
  font-weight: 300;
}

#cartaqr .plato .price {
  font-weight: 900;
}


#cartaqr .content h1 {
  padding: 0;
  margin: 0;
  font-family: Poppins;
  color: #00A1B7;
  font-size: 48px;
  line-height: 72px;
  font-weight: 900;
  text-transform: lowercase;
}


#cartaqr .section h2 {
  font-family: Poppins;
  font-size: 36px;
  line-height: 54px;
  font-weight: 900;
  text-transform: lowercase;
  margin: 0;
  margin-bottom: 20px;
}


@media (min-width: 700px) {
  body {
    max-width: 700px;
    margin: auto;
    box-shadow: 0 0 16px rgba(0,0,0,0.4);
  }
}