@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@300;400;600;700&display=swap);

body{
  

}

.container{
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.container img{
  width: 100%;
  height: auto;
}