@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
:root {
  --main: #404040;
  --sec: #4db3a2;
  --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: 80%;
  height: auto;
  text-align: center !important;
  border: 2px solid #555;
 
}

.main-div {
  width: 80%;
  background: #78d8c0;
  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: 80%;
  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: #78d8c0 !important;
  font-size: 20px !important;
  padding: 10px 100px !important;
  border: none !important;
  margin-top: 10px;

  margin-bottom: 120px;
  
  
}

h2{
  line-height: 30px;
}

.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;
}