@font-face{
	font-family: "font1";
	src: url('./fonts/Overpass_Mono/OverpassMono-Bold.ttf');
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "font1";
  color:white;
}

div.zone{
  background:black;
  padding: 5px;
  width: 350px;
}

p a{
  color:white
}

button{
  background:none;
  border-style: solid;
  color: white;
  border-color: white;
  font-size: 20px;
}

button:focus{
  outline: none;
}

input{
  background: none;
  color: white;
  border: none;
  border-bottom: dashed;
  border-color: white;
  font-family: "font1";
  margin-top: 10px;
  padding: 0;
  width: 20px;
  text-align: center;
}