<h1>You will see output here <h1>
xxxxxxxxxx
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap');
body{
background-color:#f0fffe;
font-family: 'Open Sans', sans-serif;
text-align:center;
}
xxxxxxxxxx