@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
:root {
  --main: #404040;
  --sec: #1b8354;
  --tfahe: #abd8ae;
}
header{
  padding-top: 5%;

 text-align: center;
}
body {
  font-family: "Tajawal", sans-serif ;
  background-image: url(bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: auto;
}
input.form-control{

  margin-bottom:  20px;
}

canvas {
  width: 100%;
  height: auto;
  text-align: center !important;
  border: 2px solid #555;
 
}

.main-div {
  width: 100%;
  background: #1b8354;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  text-align: center;
  margin: auto;
}

.sec-div {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #ffffff;

  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-align: center;
  margin: auto;
}


.form-control {
  margin-top: 30px !important;
}

.btn {
	background-color: #1b8354 !important;
	font-size: 20px !important;
	padding: 10px 80px !important;
	border: none !important;
	margin-bottom: 50px;
}

.btn1 {
	background-color: #1b8354 !important;
	font-size: 20px !important;
	padding: 10px!important;
	border: none !important;
	border-radius:5px;
}

h2{
  line-height: 30px;
  padding: 10px;
}

.r,
.l {
  border-right: 10px solid var(--main) !important    ;
  border-top-right-radius: 15px !important;
  border-top-left-radius: 15px !important;
}
div.aa {
  line-height: 0.5cm;
}