@font-face {
  /**medievil knight type of font*/

  font-family: hacjiuza;

  src: url("../resources/fonts/hacjiuza.ttf");
}

@font-face {
  /**mark font*/

  font-family: marianas;

  src: url("../resources/fonts/marianas.ttf");
}

* {
  position: relative;
}

body {
  margin: 0em auto;
}

iframe {
  max-width: 100%;
}

.brand-logo {
  margin-left: 1em;
}

.mui-spacer {
  min-height: 50px;
}

.row > img {
  max-width: 100%;
}

#mainContainer {
  margin: 10px;

  text-align: center;
}
