﻿@font-face {
	font-family: Regular;
	src: url(../font/cantarell-regular.woff) format("woff"), url(../font/cantarell-regular.woff2) format("woff2");
}

@font-face {
	font-family: Bold;
	src: url(../font/cantarell-bold.woff) format("woff"), url(../font/cantarell-bold.woff2) format("woff2");
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 20px;
	font-family: Regular;
	text-align: center;
}

h1 {
	font-family: Bold;
	font-weight: normal;
	margin-top: 60px;
	font-size: 30px;
}

div {
	margin-top: 20px;
}