@charset "utf-8";


@font-face {
  font-family: 'BebasNeue';
  src: url('BebasNeueRegular.woff2') format('woff2'), url('BebasNeueRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TildaSans';
  src: url('TildaSans-Regular.woff2') format('woff2'), url('TildaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


svg {
  display: inline-block;
	transition: 0.4s;
}

html {
  min-height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-size: 21px;
  background: none;
  color: #23394d;
  line-height: 1.3;
  font-family: 'TildaSans';
}
body {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: auto;
justify-content: center; align-content: center; width: 100%}

main{text-align: center; width: 100%; display: flex; justify-content: center}
a{color: #000; font-size: 2rem; text-decoration: none; display: inline-block; display: flex; justify-content: flex-start; align-items: center}
a svg{width: 2.2rem; height: auto;  fill: #166aac; margin-right: 0.5rem}
a:hover svg{transform: scale(1.2)}



@media (max-width:767px) {
	html{font-size: 18px;}
}
@media (max-width:520px) {
	html{font-size: 15px;}
}