@font-face {
	font-family: "Gagalin"; 
	font-display: swap; 
	font-weight: 400; 
	font-style: normal; 
	src: url(../webfonts/Gagalin-Regular.woff2) format("woff2")
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}
body {
  background-color: #0b0c09;
  margin: 0px;
  font-family: 'segoe ui', sans-serif;
}
.padding {
	padding: 10px 0px 0px 0px;
}
a {
	color: #f5f5f5;
}
a:hover {
	color: #67d2ff;
}
.header a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
	width: 60%;
}
.center {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
span {
	color: #f5f5f5;
	font-size: 18px; 
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0px;
}
.footer div a {
	font-size: 35px;
	padding: 0px 25px;
	margin: 5px;
	color: #f5f5f5;
}
.footer div a:hover {
	color: #67d2ff;
}

@media (max-width:600px) {
}