body{
	background-color: white;
  font-family:      'Poiret One', cursive;
}

#sum, #history{
	color:            black;
	font-size:        10vw;
	text-align:       center;
	width:            100vw;
}

button, input{
  background-color: white;
  border:           2px solid black;
  border-radius:    40px;
  text-align:       center;
  color:            black;
  height:           10vw;
  border-radius:    10vw;
  margin:           2vw;
  font-size:        20px;
  font-family:      'Poiret One', cursive;
}
input{
  width:            20vw;
}

button{
  width:            10vw;
}
form{
	text-align:       center;
	width:            60vw;

	font-size:        0px;
	color:            blue;
}
label{
  color: white;
  font-size: 0px;
}