@font-face {
  font-family: Winkle;
  src: url('fonts/Winkle-Regular.ttf')
}

@font-face {
  font-family: Silver;
  src: url('fonts/Silver.ttf');
}

body {
  /*text-align: center;*/
  background-color: #232323;
  /*background-size: cover;*/
  color: #f0f0f0;
  /*font-family: Verdana;*/
  font-family: Winkle;
  font-size: 26px;
}

h1, h2, h3 {
  text-shadow: 3px 3px 2px black;
}

#neocitiesButton {
  position: fixed;
  bottom: 0;
}

.center {
  text-align: center;
}

input {
  width: 1.7em;
  height: 2em;
  border: 0.15em solid currentColor;
  border-radius: 50%;
}