body{
  background-color: #2697A1;
  font-family: 'Alegreya Sans', sans-serif;
}

h1 {
  margin-bottom: 1em;
  color:#FFF;
  background-color: #1966FF;
  text-align: center;
  border: solid #000;
  border-radius: 10px;
}

#image{
  width: 100%;
  border-radius: 
}

.field{
  color: #FFF;
  border: solid #000 2px;
  border-radius: 10px;
  background-color: #1966FF;
  box-shadow: 3px 3px 1px #423DB7;
}

.field legend{
  font-size: 20px;
  color: #FFF;
  background-color: #423DB7;
  border-radius: 10px;
  padding: 0.5em;
  border: solid #FFF 2px;
}

#team input{
  margin-top: 0.5em;
  border: 2px solid;
  width: 100%;
}


.button{
  font-family: 'Alegreya Sans', sans-serif;
  padding: 1em;
  margin-right: 0.5em;
  text-transform: uppercase;
  border-radius: 10px;
}

#submit{
  background-color: #135900;
  color: #FFF;
}

#reset{
  background-color: #690000;
  color: #FFF;
}