img {
    height: 400px;
    width: 400px;
    border-radius: 32px;}


h2,h3
{
    color:darkslateblue;
    text-transform: capitalize;
    text-shadow: red 5px 5px 7px  ;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 12px;
}
ol{
    text-align: center;
    justify-content: center;
}
h1 
{
    color:crimson;
    text-decoration: aqua underline;

border-radius: 13px;
}
    ol {
    
    text-shadow: green 4px 4px 4px ;
    color:darkslategray;
    font-family:monospace;
    list-style-position: inside;
}
body{
    background-image: url("premium_photo-1701534008693-0eee0632d47a.avif");
    background-size: cover;
}
