@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Tajawal";
  src: url("fonts/Tajawal-Black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "Tajawal";
}

p {
  margin: 10px;
}
.centering {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.container {
  height: 100%;
  width: 100%;
  background-image: url(assets/backImage.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.logo {
  margin-top: 50px;
  width: 100px;
  height: 100px;
}
.soon {
  margin-top: 0px;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  color: #106ff4;
}
.slogan {
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #393939;
}
.follow {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #45d3c8;
}
.social {
  margin: 15px;
}
.vector {
  background-image: url(assets/vector.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  justify-self: center;
  height: 280px;
  width: 100%;
  margin-top: 10px;
}
.copyright {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  color: #989898;
}
