
        body {
            background-color: #FA8072;
        }
        
        h1 {
        
            border-style: solid;
            border-width: thin;
            border-color: blue;
            text-align: center;
            text-shadow: 3px 3px 3px brown;
            color: black;
            font-family: serif;
            font-size: 150%;
        }
        
        #button  class {
            background-size: 100%;
            border-radius: 20px;
            border-style: double;
            border-width: medium;
            border-color: BLUE;
            text-align: center;
        }
        
        #li {
            font-family: 'Skranji', Arial, serif;
            font-weight: 500;
            text-align: center;
        }
      
