@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap');

/* body {
	background: #CAD3DB;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	font-family: 'Mulish', sans-serif;
} */

.subscribe {
	align-items: cemnter;
	font-family: 'Mulish', sans-serif;
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
	background: #D3D3D3;
	width: contain;
	height: full;
	box-shadow: 0 4px 20px rgba(61, 159, 255, 0.2)
    color: black;
   	//margin: auto;
    padding: 2rem;
	color: black;
	//margin-bottom: 3rem;
}


.subscribe__title {
	font-weight: bold;
	//margin-bottom: 18px;
    color: black;
	text-align: center;
}


.form {
//	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.form__email {
	padding: 1rem;
	border-radius: 5px;
 	border: 1px solid #CAD3DB;
	width: 80%;
	max-width: 45rem;
	font-size: 1rem;
	color: #0F121F;
	text-align: center;
}

.form__email:focus {
	outline: 1px solid #3D9FFF;
}

.form__button {
    margin-top: 1rem;
	background: #3D9FFF;
	padding: 0 .5rem;
	border: none;
	width: 60%;
	max-width: 40rem;
	height: 65px;
	border-radius: 5px;
	font-size: 1rem;
	color: white;
	box-shadow: 0 4px 20px rgba(61, 159, 255, 0.7);
	margin-bottom: 1rem;

}

.form__button:hover {
	box-shadow: 0 10px 20px rgba(61, 159, 255, 0.7);
}

.notice{
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
}
