html,
body {
  width: 100%;
  height: 100vh;
  margin: 0;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

img{
  width: 80%;
  padding-left: 10%;
}

h1, h2{
  text-align: center;
}

.reels{
  display: flex;
  justify-content: space-evenly;
}

.buttons{
  display: flex;
  justify-content: center;
}