body {
background: #fc0810;
background: linear-gradient(153deg, rgba(252, 8, 16, 1) 1%, rgba(6, 75, 205, 1) 53%, rgba(212, 0, 0, 1) 100%);
background-size: cover;
background-repeat: no-repeat;
color: white;
}

.box {
  padding: 1.2em;
  margin-bottom: 2em;
  border: 2px solid white;
  text-align: center;
background: #020024;
background: radial-gradient(circle, rgba(2, 0, 36, 1) 0%, rgba(54, 48, 48, 1) 77%);}

#form input:not([type='radio']),
#form textarea {
	margin-bottom: 2em;
  width: 100%;
}
#form label {
	margin-bottom: 0.5em;
}
nav a {
	background-color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
  padding: 1vw;
  max-width: 90vw;
  overflow: hidden;
}
nav a:link {
	color: #551A8F;
}
nav a:hover {
	background-color: #555353;
  color: white;
}
#submit {
	background-color: #E3C145;
  border: 0;
  color: black;
  padding: 0.5em;
  cursor: pointer;
}
#submit:hover {
	background-color: #555353;
  color: white;
}
footer {
	background-color: black;
  text-align: center;
  border: 2px solid white;
  padding: 0.5em 0em; 
}
#reset {
	background-color: white;
  border: 0;
  color: black;
  padding: 0.5em;
  cursor: pointer;
}
#reset:hover {
	background-color: #555353;
  color: white;
}

#intro img
{
	box-shadow: 2px 2px 2px red;
  border-radius: 50%;
}

#intropic img{
  box-shadow: 2px 2px 2px red;
  border-radius: 20%;
}

.skip {
  background-color: white;
  color: black;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip a:link {
  color: white;
}
.skip:focus {
	position: static;
  width: auto;
  height: auto;
}
@media (min-width: 576px) {
  h1:before,
  h1:after {
    content: "🧑🏻‍💻";
}
}