@font-face {
 font-family: 'Playwrite';
 src: url(fonts/Playwrite_NZ_Basic/PlaywriteNZBasic-VariableFont_wght.ttf);
}

body {
  background: rgb(70,20,200);
  margin: 0;
  padding: 0;
}

div.main {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;

  background-image: url(img/flowers-3c.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
