body {
  background: hsl(30 6% 6%);
}

@font-face {
    font-family: 'lemon_milkbold';
    src: url('lemonmilk-bold-webfont.woff2') format('woff2'),
         url('lemonmilk-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lemon_milkregular';
    src: url('lemonmilk-regular-webfont.woff2') format('woff2'),
         url('lemonmilk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.title {
	font-family: 'lemon_milkbold';
	text-transform: uppercase;
	font-size: 4vh;
}

.sub {
	font-family: 'lemon_milkregular';
	text-transform: uppercase;
	font-size: 1.70vh;
}

.main	{
  padding: 10vh 0;
  text-align: center;
  color: hsl(34 30% 91%);
}
