html{
	width: device-width;
background-color: #17193B;
color: white;
font-family: sans-serif;
border: solid #CFD8DC;
}
textarea{
	display: block;
margin: 10px auto
}

h1{
	text-align: center;
border: solid #CFD8DC;
line-height: 1.5;
}


label{
	display: block;
text-align: center;
border: solid #CFD8DC;
}
input {
	display: block;
margin: 10px auto;
background-color: blue;
border: solid #CFD8DC;
}
input[type="radio"]{
	display: unset;
margin-left:50px;
margin-top:20px;
}

footer{
	margin-top: 35vh;
	}




