body {
    background-color: whitesmoke;
    border: 5px solid black;
    border-style: double; 
    display: block;
    padding: 30px; /* Adds some space between the text and the border */ 
    margin: 10px; /* Optional: adds space around the element */ 
        
}

h1.main {
    color:darkgoldenrod;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif
    ;
  
}

p.words {
    color:black;
    text-align: center;
    font-size: medium;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

p.smolwords {
    color: black;
    text-align: center;
    font-size: small;
    font-style: normal;
}

p.wisdom {
    color: black;
    text-align: center;
    font-size: medium;
    font-style: normal;
    margin-left: 25%;
    margin-right: 25%;
    white-space: pre;
    text-wrap: balance;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

img.runes {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 25vw;
    max-height: 25vh;
    height: auto;
    width: auto;
}

button.bobbin {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: darkgoldenrod;
    color: black ;
    font-style: bold;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;

}