@charset "UTF-8";
/* BRAND COLOURS*/
/* add notes cfor colours here */

/* import google font*/

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

body.monchy {
  background-color:#6854f6 ;
    display: flex;
    justify-content: center;  /* horizontal centering */
    align-items: center;      /* vertical centering */
    height: 100vh;        /* make body full height */
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
  color: #000;
  margin: 0 0 48px 0;
  font-family: Barlow, sans-serif;
  font-size: 58px;
  line-height: 1;
}

.logo-holder {
  width: 600px;
  margin: -102px 0;
}

.logo-holder img {
  width: 100%;
}