@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Prompt:200,300');
html, body{
	font-family: 'Prompt', sans-serif;
  background-color: Gainsboro;
  font-size: 14px;
  padding: 0;
  margin: 0;
}
*{
  box-sizing: border-box;
}
a{
	text-decoration: none;
}
a:visited{
	color: inherit;
}
header{
  background-color: white;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
button{
  height: 40px;
  border-radius: 3px;
  border: none;
  padding: 0 15px;
  cursor: pointer;
}
input{
  height: 40px;
  padding: 3px 5px;
}
