/* comfortaa-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/comfortaa-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* comfortaa-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/comfortaa-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Comfortaa', sans-serif;
	margin:0;
}

.block {
	position: absolute;
	width: 100%;
	font-size: 1.2em;
	justify-content: center;
	top: 40%;
}

.sector {
	margin:0 15%;
	text-align:center;
}

.sector p {
	background:rgba(20,20,20,0.7);
	padding:15px;
	color:rgb(200,200,200);
}

.sector  a, .links a:link, .links a:visited {
	color:white;
	padding:0 5px;
}