.centrer {
	max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #a9dce3;

    
 
}

body {
	background-color: #7689de;
	font-size: 16px;
	font-family: Comic Sans MS;
	font-weight: bold;
	text-align: left;
	color: #0D1137

}

h1{
	text-align: center;
	font-size: 45px;
	font-family: Comic Sans MS;
	font-weight: bold;
	text-decoration: underline;
	color: red;

}

h2{
	font-size: 34px;
	font-family: Comic Sans MS;
	font-weight: bold;
	text-decoration: underline;
	color: #3a82b9;
}



button {
  margin: 20px;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-1 {
  background: rgb(100,100,100);
  background: linear-gradient(0deg, rgba(100,100,100,1) 0%, rgba(0,0,0,1) 100%);
  border: none;
}
.btn-1:hover {
   background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(100,100,100,1) 100%);
}






h3{
	font-size: 27px;
	font-family: Comic Sans MS;
	font-weight: bold;
	
	color: #E52165;
	
	 
}



p{
	padding-left: 5%;
	padding-right: 5%;
}



.button{
	padding-left: 22%;
}

