body{
	font-family:Helvetica, sans-serif;
}

.header{
	padding:100px;
	text-align:center;
	font-size:30px;
}

.search{
	display:flex;
	justify-content:center;
}

.center{
	display:flex;
	justify-content:center;
	padding:30px;
}

.center2{
	display:block;
}

.center1{
	display:flex;
	justify-content:center;
	padding:30px;
}

input{
	padding:20px;
	margin:20px;
	box-shadow:1px 1px 10px 1px #c9c9c9;
	border:0px;
	border-radius:5px;
}

.submit{
	background-color:lightblue;
	padding:20px;
	margin:20px;
	box-shadow:1px 1px 10px 1px #c9c9c9;
	border:0px;
	border-radius:5px;
}

input:focus{
	outline:none;
}

.acatiste{
	width:auto;
	margin-left:20%;
	margin-right:20%;
	padding:20px;
}

.acatist-card{
	transition:0.4s;
	box-shadow:1px 1px 10px 1px #c9c9c9;
	display:flex;
	border-radius:5px;
	margin-bottom:15px;
}

.acatist-card:hover{
	transition:0.4s;
	box-shadow:1px 1px 20px 1px #c9c9c9;
}

.card-image{
	overflow:hidden;
	width:100px;
	height:100px;
	border-radius:50px;
	display:flex;
	justify-content:center;
	box-shadow:1px 1px 10px 1px #c9c9c9;
}

.card-heading{
	padding:10px 30px 10px 30px;
}

.link{
	padding:30px 5px 30px 5px;
}

.link a{
	transition:0.4s;
	background-color:blue;
	display:block;
	padding:10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	border-radius:5px;
	box-shadow:1px 1px 10px 1px #c9c9c9;
}

.link a:hover{
	transition:0.4s;
	box-shadow:1px 1px 50px 1px #c9c9c9;
}


.container{
	margin:10%;
}


.icoana{
	overflow:hidden;
	width:400px;
	height:400px;
	border-radius:400px;
	display:flex;
	justify-content:center;
	box-shadow:1px 1px 10px 1px #c9c9c9;
}
.card-text{
	width:auto;
	margin-left:20%;
	margin-right:20%;
	font-size:40px !important;
}

.textp{
	font-size:40px;
}

.card-titlu{
	text-align:center;
}

@media only screen and (max-width: 600px) {
  .center1{
  	display:block;
  }

  .center2{
  	display:flex;
  	justify-content: center;
  }
  .link a{
  	text-align:center;
  }

  .icoana{
  	width:200px;
  	height:200px;
  }

  .card-text{
  	margin:0px;
  }
}
