body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #29a77b;
  flex-direction: column;
}

.img {
  margin-bottom: 5vh;
}

.pti-logo {
  display: none;
  border-radius: 20px;
}

.message {
  text-align: center;
}

h1 {
  display: inline;
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  margin: 0;
  color: white;
}

.text {
  font-family: "Poppins", sans-serif;
  font-size: 2em;
  color: white;
}

.yellow {
  color: #fee957;
  font-size: 2em;
}

@media (max-width: 600px) {
  .big-logo {
    display: none;
  }
  .pti-logo {
      display: inline;
      width: 40%;
  }
}

@media (min-width: 600px) and (max-width: 1200px) {
  .big-logo {
    width: 70%;
  }
}
