
body {
    background-color: #ABD699;
    color: white;
    font-size: 21px;
    font-family: Tahoma;
  }

h1 {
    color: white;
    font: bookman;
}
.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}

  .styled {
    list-style: none;
    padding: 0;
    margin: 0;
  }
    
    .styled li {
        padding-left: 1rem;
        text-indent: -0.75rem;
      }

      .styled li::before {
        content: '🌼';
      }

      a {
        color: white;
      }

      a:hover {
       font-size: 150%;
      }
    a:link { text-decoration: none; }
    a:visited { text-decoration: none; }

   
        
