I am trying to center the words on my page. Everything is working except the text is on the left side of the screen, not the center.
styling{
color: white;
background-color: aqua;
font-family: 'Hachi Maru Pop', cursive;
font-size: 18px;
font-weight: bold;
margin: o auto;
text-align: center;
}