@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#corpo{
  background-color:  rgb(11,62,105);
  color: white;
  font-family: "Poppins", serif;
  width: 100%;
  height: 50%;
  margin-left: -9px;
  margin-top: -250px;
  text-align: center;
  position: absolute;
  border-top-left-radius: 150%;
  border-top-right-radius: 150%;
}

#headline{
  margin-top: 5%;
  font-size: 1.5vw;
}
h3{
  margin-top: 2%;
  font-size: 1vw;
}
#copyright{
  padding-right: 32%;
  padding-top: 1% ;
}

#img{
  margin-top: -10px;
  margin-left: -9px;
  width: 99.05vw;
  height: 50vw; 
}
#text{
  margin-left: 10%;
  margin-right: 10%;
  font-size: large;
  font-family: "Poppins";
}

@media(max-width: 450px){
  #corpo{
    width: 100.5%;
    height: 50vw;
    margin-top: -140px;
    margin-left: -8px;
  }
  #img{
    height: 80%;
    width: 104.5%;
  }
  #texto{
    margin-top: 10%;
  }
  .texto h1{
    font-size: 2vw;
    margin-top: 10%;
  }
  .texto h3{
    margin-top: 9%;
    font-size: 1.2vw;
  }

  #text{
    font-size: 60%;
    margin-top: 10%;
    height: 90%;
  }
}

#img2{
    width: 40vw;
    height: 40vw;
    border: solid white 2px;
    border-radius: 30px;
    margin-top: 5vw;
}