* {	box-sizing: border-box;
	margin: 0;
	padding: 0;
   outline: none;
   border: none;
   text-decoration: none;
   /*text-transform: capitalize;*/
   /*font-family: 'Itim', cursive;*/
  /* font-family: 'Kanit', sans-serif;*/
   font-family: 'Righteous', cursive;
   transition: 0.2s ease;
}


body{
  max-height: 100vh;
  background: url(../images/arkaplan.png) no-repeat;
  background-size:cover;
  background-position:center;
  
 
  
  
}



.header{
    height: 15vh;
    background-color: #0a7240;
    border-radius: 0 0 50% 50% ;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.header h1{
  color: rgb(252, 252, 252);
  font-size: 2.4rem;
  padding: 0 0 0 0;
}

.section{

 
    height: 85vh;
    
}

.kutu1{
  display: flex;
  justify-content: center;
  padding-top: 5%;
  margin-top: 5%;
 
}

p{
  color:#0a7240;
}

/* From Uiverse.io by Spacious74 */ 
.button {
  cursor: pointer;
  font-size: 1.4rem;
  border-radius: 16px;
  border: none;
  padding: 2px;
  background: radial-gradient(circle 80px at 80% -10%, #ffffff, #0a7240);
  position: relative;
}
.button::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 60%;
  border-radius: 120px;
  top: 0;
  right: 0;
  box-shadow: 0 0 20px #eeebebce;
  z-index: -1;
}

.blob1 {
  position: absolute;
  width: 70px;
  height: 100%;
  border-radius: 16px;
  bottom: 0;
  left: 0;
  background: radial-gradient(
    circle 60px at 0% 100%,
    #3fe9ff,
    #0000ff80,
    transparent
  );
  box-shadow: -10px 10px 30px #0051ff2d;
}

.inner {
  padding: 14px 25px;
  border-radius: 14px;
  color: #fff;
  z-index: 3;
  position: relative;
  background: radial-gradient(circle 80px at 80% -50%, #777777, #0f1111);
}
.inner::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 14px;
  background: radial-gradient(
    circle 60px at 0% 100%,
    #00e1ff1a,
    #0000ff11,
    transparent
  );
  position: absolute;
}
