As you can see from the code snippet below, the text appears below the image. How do I make it so that it appears right next to the image?
#pag{
margin-top: 20vh;
margin-right: 60vw;
height: 30vh;
width: 45vh;
}
#pa{
float: right;
margin-right: 8vw;
font-size: 60px;
font-family: Courier;
margin-bottom: 40vh;
}
<img id="pag" src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png">
<p id="pa">Google lorem ipsume lorem ipsumelorem ipsume</p>