body {
    background-color: #ffffdd;
    font-family: Georgia, serif;
    margin: 10px;
    background: url("beige-paper.png");
}
h1 {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 50px;
    border:5px inset lightblue;
    outline:2px outset #0e0e25;
    outline-offset: 1px;
    margin: 75px 100px 50px;
    padding: 100px 25px;
    background: url("starstwinkle.gif");
    color: white;
}
h2 {
    text-align: center;
    margin: 50px 400px;
    font-size: 30px;
    background: lightblue;
    padding: 20px;
    border: 5px inset #0e0e25;
    outline: 2px outset lightblue;
    outline-offset: 1px;
    color: #0e0e25;
}
h3 {
    text-align: center;
    font-size: 30px;
    background: url("starstwinkle.gif");
    color: white;
    border:5px inset lightblue;
    outline: 2px outset #0e0e25;
    outline-offset: 1px;
    margin: 75px 50px;
    padding: 20px 10px;
 
    
    
}
h4 {
    text-align: center;
    font-size: 15px;
    background: rgba(0, 20, 120, 0.1);
    padding: 10px;
}
h5 {
    font-family: "Lucida Handwriting", cursive;
    transform: rotate(-20deg);
}

p {
    font-size: 20px;
    line-height: 1.8;
    text-indent: 30px;
    margin: 25px 300px;
    background-color: #0e0e25;
    color: white;
    padding: 30px;
    border:5px inset lightblue;
    outline:2px outset #0e0e25;
    outline-offset: 1px;
}

ul {
   margin: 25px 400px;
   list-style-image: url("favicon.ico") ;
   background: rgba(0, 20, 120, 0.1);
   font-size: 20px;
   padding: 20px;
}
button {
    border: 2px solid #0e0e25;
    font-size: 15px;
    font-family: Georgia, serif;
    color:red;
    padding:20px;
}
button:hover {
    background-color: lightblue;
}
.center {
   text-align: center;
}
.container {
    display: grid;
    grid-template-columns: auto auto auto;
}
.container > div {
    border: 1px solid black;
}s






