html,
body {
  margin: 0;
  display: flex;
  height: 100vh;
  align-items: center;
  background: #4c50b9 url(img/background.png) bottom left;
  background-size: 100% 100%;
}

.container {
  display: flex;
}

.pips-bot {
  position: fixed;
  display: flex;
  bottom: 0;
}

.pips-top {
  position: fixed;
  display: flex;
  top: 0;
}

.pips-top img,
.pips-bot img {
  width: 16%;
  margin-left: 7.2%;
}

.title img {
  width: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
