.boxy{
  padding: 20px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 50px;
  border-style: solid;
  border-color: black;
  border-radius: 5px;

  width: 550px;
  background-color: rgba(200, 200, 200);

  text-align: center;

}

#startbutton{
  font-size: 1.5em;
}

#inputbox{
  width: 100px;
}

#task{
  font-size: 2em;
}

#right_and_wrong{
  font-size: 1.5em;
}
