*{
	padding: 0;
	margin: 0;
	background: rgb(187,187,245);
	color: black;
	scroll-behavior: smooth;
}
.header-1{
	text-align: center;
	font-size: 70px;
	margin-top: 90px;
	
}
.header-2{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 400px;
	padding: 20px;
	background: rgba(220,220,220, .5);
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);

}
.header-2 input{
	display: block;
	padding: 15px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 86px;
	margin: 35px;
	margin-left: 54px;
	border-radius: 25px;
	outline: none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	border-bottom: 3px solid;
}
button{
  border: 1px solid #3498db;
  background: none;
  padding: 10px 20px;
  font-size: 20px;
  font-family: "montserrat";
  cursor: pointer;
  margin: 10px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  width: 93%;
}
button:hover{
	
	background-color: red;
	transition: 0.9s ease;
}
.aa{
	font-size: 20px;
	
	padding: 25px;
}
.aa a{
	font-size: 35px;
}
.aa a:hover{
	color: darkgreen;
	transition: 0.6s ease;
}



@media(max-width: 991px){
	.header-1 {
    text-align: center;
    font-size: 72px;
    margin-top: 61px;
}
	.header-2 {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translate(-52%,-50%);
    max-width: 400px;
    padding: 20px;
    background: rgba(220,220,220, .5);
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 10%);

	}
	button {
    border: 1px solid #3498db;
    background: none;
    padding: 10px 20px;
    font-size: 20px;
    font-family: "montserrat";
    cursor: pointer;
    margin: 10px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
    width: 93%;
}
.header-2 input {
    display: block;
    padding: 6px;
    padding-top: 20px;
    padding-right: 7px;
    padding-left: 18px;
    margin: 44px;
    padding-bottom: 20px;
    margin-left: 48px;
    border-radius: 25px;
    outline: none;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 10%), 0 8px 2px 0 rgb(0 0 0 / 10%);
    border-bottom: 3px solid;
}
}
