@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;700&display=swap');

body {
   font-family: 'Manrope', sans-serif;
   letter-spacing: 0.05em;
}

.center {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   /* for IE 9 */
   -webkit-transform: translate(-50%, -50%);
   /* for Safari */

   /* optional size in px or %: */

   width: 60%; 
/*   height: 60%;*/
   
   text-align: center;
}

h1 {
   font-size: 1.8em;
   font-weight: 700;
   line-height: 1.4;
   text-transform: uppercase;
   letter-spacing: 0.6em;
   margin-bottom: -0.2em;
}

h2 {
   font-size: 1em;
   font-weight: 400;
   line-height: 1.4;
   letter-spacing: 0.4em;
   margin-bottom: 1.5em;
}

p {
   font-size: 0.8em;
   font-weight: 100;
   line-height: 1.5;
   letter-spacing: 0.2em;
}

@media only screen and (max-width: 767px) {
   body {}
}

/* ----------------------------- */

/* ---- TEXT STYLES MOBILE ----- */

/* ----------------------------- */

