body {
  margin: 0;
}
h1 {
  margin: 10 auto;
  width: 100%;

  border-bottom: thin solid black;
}
.icons > img {
  height: 32px;
  width: 32px;
}

.win_back {
  padding: 30px;
  height: 45px;
  width: 35px;
}
.center {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.display {
  display: flex;
  justify-content: flex-start;
}
