@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap");

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Arabic", sans-serif;

  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

main {
  height: 100vh;
  width: 100vw;
  background-color: rgb(37, 35, 35);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  max-width: 200px;
}
h1 {
  text-transform: uppercase;
}

.social-bar {
  display: flex;
  gap: 2rem;
  max-width: 300px;
}
.social-icon {
  width: 50px;
}
