/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* STYLING */
body {
  height: 100vh;
  background: rgb(0, 61, 56);
  background: linear-gradient(180deg, rgb(0, 61, 56) 65%, rgb(117, 131, 87) 100%);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.container {
  text-align: center;
  width: 100%;
  margin-bottom: 40vh;
}

img.decoration.top {
  width: min(18vw, 120px);
  margin-bottom: 1em;
}

img.decoration.bottom {
  width: min(18vw, 120px);
  margin-bottom: 1em;
  transform: rotate(180deg);
}

h1 {
  font-size: clamp(1rem, 8vw, 3rem);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #049f9d;
  margin-bottom: 0.75em;
}

p {
  font-family: "Poppins", sans-serif;
  margin: 1.5em 0 2em;
  color: #049f9d;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  line-height: 1rem;
}

img.logo {
  width: min(80vw, 420px);
}

img.logo.cucina {
  width: min(50vw, 240px);
}

a {
  -webkit-text-decoration: dotted;
          text-decoration: dotted;
  color: #22c5c2;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}

.and {
  font-family: "Berkshire Swash", cursive;
  color: #e7d071;
  font-size: 2rem;
  margin: auto 0;
  display: block;
}/*# sourceMappingURL=style.css.map */