
body {
background-color: #105C83;
color: #fff;

}



a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #fff;
}


input {
  cursor: pointer !important;
}

label {
  font-size: 26px;
}

button {
  padding: 5px 5px !important;
  color: #000 !important;
  border-radius: 8px !important;
  font-weight: bold !important;
}

@media only screen and (max-width: 1010px) {
img {
width: 100% !important;
height: auto;
}


@media only screen and (max-width: 990px) {
h1  {
  text-align: center !important;
}

label {
  text-align: center !important;
}


button {
  margin-top: 10px !important;
  width: 100%;
}



}
