@font-face {
  font-family: "HelveticaArabic";
  src: url("../font/helveticaneueltarabicroman.ttf");
}

body {
  font-family: HelveticaArabic, sans-serif;
  font-size: 14px;
  background-color: rgb(40, 60, 110);
  color: white;
}

.logo {
  background: white;
  padding: 4px;
  margin: 50px 0;
}

.info {
  margin: 10px 0;
  font-size: 22px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
}
