input {
  border-radius: 5px;
}

a.button {
  text-decoration: none;
  font-size: 16px;
  max-width: 300px;
}
.text-center {
  display: flex;
  justify-content: center;
}

body {
  font-family: 'El Messiri';
  margin: 0;
  padding: 0;
  background: #decbde;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .50) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .50) 50%, rgba(255, 255, 255, .50) 75%, transparent 75%, transparent);
  background-size: 200px 200px;
}
#year1 ,#year2, #year3, #year4, #year5 {
  display:none;
}
h1 {
  font: bold 25px 'El Messiri';
  text-align: center;
}
h4 {
  font: bold 16px 'El Messiri';
}

button, input {
  font-family: 'El Messiri';
  font-size: 14pt;
  line-height: 1.75em;
}
input {
  width: 120px;
  text-align: center;
  box-shadow: inset 1px 1px 1px #1a1a1a;
  border-radius: 5px;
}

.main {
  border: 1px solid #999;
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
  /*background: #f2e7f2;*/
  text-align: center;
}
.main h2, .main2 h2 {
  background-color: #FFFFFF;
  padding: 10px;
  margin-top: auto;
  border-radius: 20px 20px 0px 0px;
  font-size:18px;
}
.main2 {
  border: 1px solid #999;
  border-radius: 20px;
  display:inline-block;
}
h4 {
  margin-top: 10px;
}
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #cc15cd;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  width: 90%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: sticky;
  transition: 0.5s;
}
.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  left: -20px;
  transition: 0.5s;
}
.button:hover span {
  padding-left: 100px;
}
.button:hover span:after {
  opacity: 1;
  left: 0;
}
select {
  width: 125px;
  height: 35px;
  text-align: center;
}
option, select {
  font-family: 'El Messiri';
  font-size: 14pt;
  box-shadow: inset 1px 1px 1px #1a1a1a;
  border-radius: 5px;
}

.new {
  width: 50%;
}
.new2 {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}

button.t1 {
  display: inline-block;
  border-radius: 4px;
  background-color: #cc15cd;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 25%;
  transition: all 0.5s;
  margin: 0 0 0 10px;
}
button.t3 {
  font-family: 'El Messiri';
  border-radius: 4px;
  background-color: #2ad92a;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  width: 20%;
  transition: all 0.5s;
  margin: 0;
}

.H1 ul {
  list-style: none;
  padding: 10px;
  display: inline-flex;
}
.H1 ul li {
  background-color: #cc15cd;
  width: 140px;
  padding: 10px;
  margin: 0 0 0 5px;
  border-radius: 5px;
  color: #FFF;
}
.main div p {
    font-size: 20px;
}
@media screen and (max-width: 700px) {
  .qar {
    width: 90%;
  }
  button.t1 {
    display: inline-block;
    border-radius: 4px;
    background-color: #cc15cd;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 35%;
    transition: all 0.5s;
    margin: 0 0 0 10px;
  }
  button.t3 {
    font-family: 'El Messiri';
    border-radius: 4px;
    background-color: #2ad92a;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    width: 40%;
    transition: all 0.5s;
    margin: 0;
  }
}
/* روابط الأدوات ذات الصلة */
.dc-related {
  font-family: 'El Messiri';
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
}
.dc-related p {
  margin-bottom: 8px;
  color: #444;
}
.dc-related-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.dc-btn-outline {
  border-radius: 999px;
  border: 1px solid #0c3465;
  color: #0c3465;
  background: #fff;
  padding: 7px 16px;
  font-size: 14px;
  text-decoration: none;
}
.dc-btn-outline:hover {
  background: #0c3465;
  color: #fff;
}
/* footer */
p.footer2 {
  font-family: 'El Messiri';
  font-size: small;
  margin: 0px 10px 10px 0px;
  color: #000;
}