@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap");

* {
  margin: 0;
}

.image {
  display: flex;
  justify-content: center;
  margin-top: 15vh;
}

.image img {
  max-width: 70%;
  height: auto;
}

.text {
  display: flex;
  justify-content: center;
  margin-top: 3vh;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
}

@media only screen and (max-width: 600px) {
  .text {
    font-size: 80%;
  }
}
