.left {
  clear: both;
  width: 17%;
  float: left;
  font-size: 18px;
  position: relative;
  font-weight: bold;
  padding-left: 12px;
}
#ArbText01 {
  position: absolute;
  top: 130px;
  right: 10px;
  font-family: adobe arabic;
  font-size: 30px;
  color: #fb5e08;
  padding-top: 0px;
  padding-bottom: 0px;
  direction: rtl;
}

.bottom {
  clear: both;
  width: 30%;
  float: left;
  font-size: 18px;
  position: relative;
  background-color: rgb(238, 98, 133);
}

.right {
  width: 75%;
  float: right;
  padding-right: 30px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

body {
  font-family: monospace;
  font-size: 16px;
  /* background: linear-gradient(
      217deg,
      rgba(51, 229, 241, 0.8),
      rgba(236, 181, 181, 0) 70.71%
    ),
    linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(177, 236, 177, 0) 70.71%),
    linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(181, 181, 235, 0) 70.71%); */

  border-width: thick;
  padding-bottom: 1800px;
}

.name {
  font-size: 30;
  font-style: italic;
  color: red;
  text-align: center;
  border-radius: 50%;
}

.address {
  font-size: 20;
  font-style: italic;
  color: rgb(10, 39, 1);
  text-align: center;
}
.phone {
  font-size: 20;
  font-style: italic;
  color: rgb(10, 39, 2);
  text-align: center;
}
.email {
  font-size: 20;
  font-style: italic;
  color: rgb(222, 54, 185);
  text-align: center;
}
.website {
  font-size: 20;
  font-style: italic;
  color: rgb(29, 32, 3);
  text-align: center;
}
select {
  width: 150px;
  height: 30px;
  padding: 5px;
  color: green;
}
select option {
  color: black;
}
select option:first-child {
  color: green;
}
.space {
  padding: 15px 0;
  height: 20px;
}

/* The navigation bar */
.navbar {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

/* Links inside the navbar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change background on mouse-over */
.navbar a:hover {
  background: rgb(30, 201, 240);
  color: black;
}

/* Main content */
.main {
  margin-top: 30px; /* Add a top margin to avoid content overlay */
}
