*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.img {
  width: 80vw;
  max-width: 400px;
  margin: 0 auto;
}

.img img {
  width: 100%;
}

.text {
  width: 80vw;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

h1 {
  font-size: 2rem;
}

p {
  font-size: 1.5rem;
}
