/* colors
blue #0a4c80
green #71c277
yellow #fcf0a6 */
@import url('https://fonts.googleapis.com/css2?family=Marhey&display=swap');

body {
  /* color: #0a4c80 !important; */
  font-family: 'Marhey', cursive;
  background-color: #F4D03F;
}

li {
  list-style: none;
  font-size: 1.3rem;
  padding-bottom: 3px
}

li::before {
  content: "\00BB";
  padding-right: 5px;
}

.btn-primary {
    background-color: #212529 !important;
}

.notice {
  border: 1px solid #dc3545 !important;
}

input {
  background-color: white;
}

#name1,
#name2 {
  /* display: none; */
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
