@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=DM+Serif+Display:ital@0;1&family=Gideon+Roman&family=Grandstander:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Purple+Purse&family=Quicksand:wght@300..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #A69080;
    color: #865D36;
    margin: 20px;
    padding: 20px;
    text-align: center;
}

h1, h2 {
    font-family: Cinzel Decorative;
    font-weight: lighter;
    font-size: 2.5rem;
    color: #3E362E;
    text-align: center;
    margin-bottom: 25px;
}

p {
    color: white;
    line-height: 1.6;
    margin-bottom: 25px;
    text-align: center;
}

ol {
    padding-left: 20px;
    text-align: center;
}

li {
    color: #865d36;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
img {
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: 5px;
    width: 100%;
    max-width: 300px;
}
