There seems to be a formatting issue on my webpage. Ever since I included a Google form, the text is not aligning where I want it to (specifically to the right).
.inform {
text-align: right;
}
<section id="iform">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLScZuujO3RzMA9N6nkGJ2Pl50m0SigWE2j1H_-WmODd2bE5-jw/viewform?embedded=true" width="600" height="760" frameborder="3" marginheight="0" marginwidth="5">Loading...</iframe>
<div class="inform">
<ul>
<li>Fill all the required information.</li>
<li> Within an hour/day, an invoice reply email should be sent to you </li>
<li> After the preview of your logo has been sent to your email, the payment link will be sent with the preview of your logo</li>
<li> after the payment has been received, the original copy will be sent to your email.</li>
</ul>
</div>
</section>