*{font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  background-color: rgb(182, 236, 218);}

button{border-radius: 20px;
       background-color: beige;}

img{padding: 3px;border: 8px solid green}

h1{text-decoration: underline;}

div{text-align: center;}

fieldset{background-color: beige;}

p::first-letter{color: blue;
                font-size: 30px;}

p{letter-spacing: 6px;}
