b1{
}

h1 {
    bottom: 1vw;
    left: 2vw;
    font-size: 0vw;
    position: fixed;


    @media screen and (max-width: 600px) {
    left: 2vw;

    }
}




p1{
  top: 220px;
  left: 300px;
  position: absolute;
  transform: scale(15,2);
}

p4{
  top: 20px;
  left: 300px;
  position: fixed;
  background-color: blue;
}


body {
  background-color: white;
}
