* {
  box-sizing: border-box;
}
html {
  height: 132vb;
  background-image: linear-gradient(
    to left top,
    rgb(56, 189, 248),
    rgb(59, 130, 246)
  );
}

ul.header_ul a {
  font-family: "JetBrains Mono";
  text-decoration: none;
  color: hsl(197, 94%, 85%);
  font-size: 20px;
}

header a:hover {
  font-family: "JetBrains Mono";
  text-decoration: none;
  color: hsl(197, 94%, 50%);
  font-size: 20px;
}

header img {
  position: relative;
  height: fit-content;
  margin-left: 5px;
}

header {
  background-color: hsla(212, 100%, 3%, 0.4);
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.header_ul li {
  display: inline-block;
  position: relative;
  margin-right: 50px;
}

main {
  flex: 1;
}

.useful-links {
  font-size: large;
}

.useful-links ul {
  list-style: none;
  display: flex;
}

.useful-links a {
  font-size: large;
  text-decoration: none;
  padding: 10px;
}

.useful-links img {
  height: 40px;
  width: 40px;
}

#x_logo {
  width: 50px;
}

footer {
  color: white;
  background-color: hsla(212, 100%, 3%, 0.4);
  max-height: max-content;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

footer p {
  font-family: "Jetbrains Mono";
  font-size: 14px;
  line-height: 1;
}

.why-Jawa {
  font-family: "Jetbrains Mono";
  font-size: 14px;
  color: white;
  text-align: justify;
  margin-left: 8px;
  line-height: 1.5;
  display: flex;
  column-gap: 20px;
}

#story_jawa {
  background-color: white;
  color: rgb(59, 130, 246);
  width: 110px;
  border-radius: 80px;
  padding: 2px;
  font-family: "Jetbrains Mono";
  font-size: 14px;
  text-align: center;
  max-width: 45%;
}

#Alboustan-image {
  width: 800px;
  height: 400px;
}

.colomn {
  display: flex;
  justify-content: space-between;
}

.colomn img {
  width: 400px;
  height: 300px;
}

.colomn figcaption {
  text-align: center;
  font-size: 12px;
  color: white;
  font-family: "Jetbrains Mono";
}

#Intel {
  width: 300px;
}

form {
  font-family: "Jetbrains Mono";
  color: hsl(197, 94%, 95%);
  margin: 70px;
}

.form-item input {
  width: 100%;
  font-family: "Jetbrains Mono";
  margin-bottom: 20px;
}

form input[type="submit"] {
  font-family: "Jetbrains Mono";
  background-color: hsla(212, 100%, 3%, 0.4);
  color: hsl(197, 94%, 80%);
  border: 1px;
  border-style: solid;
  border-color: white;
  border-radius: 5px;
  font-size: larger;
}

#thanks {
  font-family: "Jetbrains Mono";
  color: hsl(197, 94%, 80%);
  border-color: white;
  font-size: 120px;
  padding: 10px;
  text-align: center;
}
