body {
    color: #E6E0C9;
    font-family: 'Press Start 2P', Arial, Helvetica, sans-serif;
}

.header, .footer {
    background-color: #0e2e32;
}

.footer a {
    color: #ffca42;
}

.block1 {
    background-color: #103c42;
}

.userSelect {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1f4b50;
  padding: 0.3em;
  border-radius: 5%;
}

.userSelect:hover {
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.4);
  background-color: #25676e;
  transition: all 0.25s ease;
}



