.wrapper {
  position: fixed;
  font-size: 10px;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 100px;
  margin-top: -40px;
  margin-left: -190px;
  padding: 10px;
  text-align: center;
}