@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body {
  background-color: aliceblue;
  color: #555;
  font-family: "Outfit", sans-serif;
  /* font-size: 25px; */
  font-weight: normal;
  /* line-height: 2.5em; */
}

.container {
  width: 90%;
  margin: auto;
}

.box-1 {
  background-color: aquamarine;
  border-radius: 25px;
  margin: 10px;
  padding: 25px;
}

.box-1 h1 {
  /* font-size: 10px;
  font-weight: normal;
  text-decoration: underline;
  line-height: 2em; */
}

.ar {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
}

.categories {
  border: 1px #555 solid;
  border-radius: 25px;
  padding: 30px;
  margin-top: 10px;

}

.categories h2 {
  text-align: center;
}

.categories ul {
  padding: 99;
  list-style: none;
  text-decoration: none;
}

.categories li {
  /* font-size: larger; */
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: dotted darkcyan 1px;
  /* list-style-image: url('/asset/done_FILL0_wght400_GRAD0_opsz48.webp'); */
}


.categories li:hover li:active {
  /* font-size: small; */
  color: red;
}



/* 
----------------------------------
|  Top     |  Margin   |    Top   |
|---------------------------------|
|          |  Border   |          |
|---------------------------------|
|          |  Padding  |          |
|---------------------------------|
|---------------------------------|
|  left    |  Content  |   Right  |
|---------------------------------|
|---------------------------------|
|          |  Padding  |          |
|---------------------------------|
|          |  Border   |          |
|---------------------------------|
|  Bottom  |  Margin   |   Bottom |
|---------------------------------
*/


.my-form {
  padding: 20px;

}

.my-form .form-group {
  padding-bottom: 15px;
}

.my-form label {

  display: block;
}


.my-form input[type="text"],
.my-form textarea {
margin-top: 5px;
  padding: 10px;
  width: 100%;
}

.my-form input[type="submit"]{
  font-family: "Outfit", sans-serif;
  /* background-color: #333;
  color: white; */
  padding: 10px 15px;
  border-radius: 25px;
  border: none;
}


button{
  background-color: green;
  color: red;

}

button:hover{

  background-color: blueviolet;
  color: aliceblue;
}




/* https://script.google.com/macros/s/AKfycbymOEwov-MWn_aUWdd_JC19iCv3KbFdQqh7vNwF4sEjtjs4GQyIHpkWW56Xq7JCdFYN/exec */