@font-face {
  font-family: Baloo;
  src: url(./BalooBhaina2-Regular.ttf);
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: Baloo;
  line-height: 1.2;
  background: #150847 url(../img/bg.png) center no-repeat;
  background-size: cover;
  min-height: 100vh;
}

main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffcdec;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 15px 0;
  color: #ebebeb;
  text-align: center;
}

footer a {
  color: #ebebeb;
  text-decoration: none;
}

footer a:hover {
  color: #ffcdec;
}

footer .gongan {
  white-space: nowrap;
  margin-left: 5px;
}

footer .gongan img {
  vertical-align: middle;
  width: 16px;
}