/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');
@import url('https://fonts.googleapis.com/css?family=New+Amsterdam:400,700');

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color:#0e141f;
}

body {
  color: #272727;
  font-family: 'Quicksand', serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  padding: 1rem;
     background-color: #0e141f; 
}

.main{
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
	margin-bottom:6px;
	vertical-align: bottom;
  text-transform: uppercase;
  background-color:#10b9e3;
  padding-top: 2px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
   font-family: "New Amsterdam";	
  letter-spacing: 0.05rem;
  font-size: 38px;
  line-height: 36px;
  cursor: pointer;
  position: relative;
  width:96%;
  color:#0a0c30;
      border: solid 2px #000000;
	border-radius:25px;
		  box-shadow:
  0 0 0 2px #967651,
  0 0 0 4px #727478;
}

.btn:hover {
  background-color:#ff0000;
  color:#ffff00;
 margin-left:6px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
 
}

.cards_item {
  display: flex;
  padding: 1rem;
  
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
		 border-radius:45px;
	  box-shadow:
  0 0 0 5px #967651,
  0 0 0 10px #727478;
  background: linear-gradient(135deg, rgba(10,21,53,1) 0%,rgba(21,27,114,1) 50%,rgba(24,32,45,1) 100%); 
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
 background: linear-gradient(135deg, rgba(10,21,53,1) 0%,rgba(21,27,114,1) 50%,rgba(24,32,45,1) 100%); 
}

.card_title {
  color: #62fc03;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
  text-align:center;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
.made_by{
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}

#centrale{
 background-color: #0e141f;
border: solid 7px #567fc4;	
border: solid 2px #fff;	
font-size:25px;
	
	float:center;
	padding-top:25px;
	padding-bottom:25px;
	line-height:25px;
	border-top-left-radius: 25px 25px;
	border-top-right-radius: 25px 25px;
	border-bottom-color: #0e141f;
}

#centrale h1{
float:center;
 font-size: 42px;
  margin-left:6px;
  color:#c7edcc;
 font-family: "Abril Fatface", regular;
}
#centrale p{
float:center;
 font-size: 28px;
  margin-left:6px;
  color:#2d6496;
 font-family: 'Abril Fatface';
 text-shadow:1px 2px 1px #000000;
}	