body{
  background-color: #4a4850;
}

.wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #4a4850;
}

.container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #4a4850;
  height: 200px;
}
.container1{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #03000c;
  height: 300px;
}

.div1 {
  font-size: 1.9rem;
  width: 700px;
	text-align: center;
  padding: 5px;
	background-color: #4a4850;
	text-shadow: -3px 3px 3px rgb(11, 11, 11), -1px 1px 1px rgb(16, 16, 16);
}

 .div1 h3{
    text-align: center;
    font-family: verdana;
    font-size: 1.5rem;
	color: #cc06cc;
	box-shadow: 1px 1px 1px -4px rgb(9, 9, 9);
}

 .card{ /*card ya ma doc*/
    width: 22%;
    height: auto;
    background: #262627;
    padding: 3px;
    box-sizing: border-box;
    margin:10px;
    box-shadow: 5px 5px 5px -4px rgb(9, 9, 9);
	margin-top: 5px;
    margin-left: -1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.card li {
  text-align: left;
  font-size: 1rem;
	color: rgba(238, 247, 246, 0.885);
	text-shadow: -3px 3px 3px rgb(76, 78, 77), -1px 1px 1px rgb(149, 7, 7);
}


.card1 {
  /* Apostolat le trois cartes*/
  width: 30%;
  height: 100px;

  margin: auto;
  display: flex;
  background-color: #094b6c;
  box-sizing: border-box;
  justify-content: center;

  padding-right: 10px;
  padding-top: 15px;
  border: 1px solid;
  border-radius: 0.3rem;
}
.card2 {
  /* Apostolat le trois cartes*/
  width: 23%;
  height: 100px;
  margin: auto;
  display: flex;
  background-color: #03000c;
  box-sizing: border-box;
  justify-content: center;
  padding-right: 10px;
  padding-top: 10px;
  border: 1px solid;
  border-radius: 0.3rem;
}
select {
   display: block;
   background: #f0f8ff;
   border: solid 0.1px rgba(247, 241, 241, 0.322);
   width: 83%;
   height: 50px;
   margin-top: 7px;
   padding: 9px;
   font-size: 15px;
   font-family: Arial;
   font-weight: 500;
   border-radius: 3px 3px 3px 3px;
   box-shadow: 1px 1px 1px 1px #d6d4d4;
  }

