@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Ballet:opsz@16..72&display=swap");

* {
  margin: 3;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: rgb(81, 81, 81);
}

body {
  padding: 30px;
}

#phone {
  display: none;
}

#port img {
  width: 100px;
  height: auto;

  position: absolute;
  left: 608px;
  top: 44px;
}

#puisis img {
  position: absolute;
  /* width: 190px; */
  width: 14%;
  height: auto;
  left: 175px;
  top: 160px;
}

#frame1 {
  position: relative;
}

#frame1 img {
  position: absolute;
  /* width: 380px; */
  width: 30%;
  height: auto;
  left: 400px;
  top: 160px;
}

#text1 {
  display: flex;
  width: 34ch;
  position: relative;
  text-align: left;
  float: left;
  margin-top: 12%;
  margin-left: 32%;
}

#girl img {
  position: absolute;
  width: 14%;
  height: auto;
  right: 157px;
  top: 380px;
}

#frame2 img {
  position: absolute;
  width: 20%;
  height: auto;
  right: 400px;
  top: 380px;
}

#text2 {
  display: flex;
  width: 34ch;
  position: relative;
  text-align: right;
  float: right;
  margin-top: 14.8%;
  margin-right: 20.4%;
}

@media screen and (max-width: 640px) {
  #laptop {
    display: none;
  }
  #phone {
    display: block;
  }
}
