body {
  font-family: 'Arvo', serif;
  margin: 0;
  /* max-width: 1280px; */
  background-color: #FFF0E5;
  margin-top: 0px !important;
  padding-top: 2rem;
  background-image: url(./picker2.png);
  background-size: 50%;
}

h1, h2, h3 {
  font-family: 'Arvo', serif !important;
  font-weight: bold !important;
}

/* h1 {
  color: #27B5C9 !important;
}

h3 {
  color: #D9D9D9 !important;
} */

.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}

#picker, #uploader {
  padding: 1rem 2rem 1rem 2rem;
}

#picker { 
  background-color: #F3AF00;
  border: solid 4px black;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}

#uploader { 
  background-color: #f3ae0000;
  border: solid 4px black;
  color: black;
  font-weight: bold;
  text-transform: capitalize;
}

.uk-legend {
  /* color: #D9D9D9 !important; */
  /* font-weight: bold; */
  color: black;
}

#winner-container {
  background-color: #ffffff00;
  border: solid 5px #040404;
}

textarea {
  background-color: #ffffff00 !important;
  border: solid 5px #000000 !important;
  color: #000000 !important;
}