* {
  box-sizing: border-box;
}

body{
	background: linear-gradient(to top, #240046, #993afe);
	margin: 0;
}

header{
	background-color: #ffb3b3;
	padding:1%;
	color: black;
	font-family: "Audiowide";
	text-align: left;
	margin: -0;
	margin-bottom: 2px;
}

footer{
	background-color: #ffb3b3;
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 10%;
	margin-top: 30px;
	border-top: 10px solid #ff6b6b;
	color: black;
}

p{
	font-family: verdana;
}

a{ 
color: white;
}

.a_foot{
	color: black;
}

a:link,
a:visited{
  text-decoration: none;
}

a:hover,
a:active{
	text-decoration: underline;
}


.title_main,
.title_second,
.btn{
	font-family: "Audiowide";
}

.title{
	background-color: #ff6b6b;
	margin-left: 0%;
	width: 600px;
	margin-top: -50px;;
	padding-bottom: 15px;
	border-radius: 30px;

}

.title_main{
	font-size: 400%;
	margin-bottom: -0%;
	margin-top: -5%;
	padding-left:4%;
	padding-top: 5%;
	padding-right: 5%;
	
}

.title_second{
	font-size: 150%;
	padding-left:4%;
	padding-bottom: 5%;
}

.Name{
	text-align: right;
	padding-top:1%;
	padding-right: 2%;
}

.btn_div{
	display:flex;
	gap:10px;
	text-align:left;
	background: linear-gradient(to right, #240046, #cdadfc);
	margin-top:2%;
	margin-bottom: -1%;
	margin-left: -1%;
	margin-right: -1%;
	font-size: 10px;
}

.btn{
  	padding: 0.5%;
	margin-left:2%;
	border:none;
	padding-left: 0.5%;
	padding-right: 0.5%;
	border-radius: 30px;
	background: transparent; 
	color:white;
	font-size:225%;

	transition: background-color 0.2s ease-in-out;
}

.btn_conc{
	margin-left:auto;
}

.btn_home{
	margin-left:0.5;
}


.btn:hover{
	background-color: #9e61ff;
}

.a_active{
	color: black;
}
 

.Page_Div{
	border: 10px solid #5a189a;
	margin-top: 20px;
	border-radius: 30px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}

.thanks{
	margin: 20px;
	font-size: 200%;
	margin-left: 10%;
	margin-right: 10%;
}

.data_div{
	display: inline-block;
	border: 10px solid #240046;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	font-size: 200%;
	padding: 20px;
}

input,
textarea{
	font-size: 15px;
	border-radius: 15px;
}
input{
	border-radius: 30px;
}

.data_div{
	background-color: #5a189a;
}

label{
	color: white;
}

select{
	width: 90%;
	border-radius: 15px;
}