.center {
  text-align: center;
}
#container {
  width: 400px;
  margin: 50px auto 0;
}
#entryinput {
  width: 100%;
}
#entrybutton {
  width: 200px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #c00;
  padding: 1em 2em;
  margin: 20px auto;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}


p{
  font-size: 1.1rem;
  font-weight: 500;
}