@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sanchez&display=swap');

body {
    font-size: 125%;
}


div#main {
    width: 1024px; 
    max-width: 1024px;
    margin: auto;
}
div#header {
    background: url("../images/background-top.gif") no-repeat center; 
    width: 1024px;
    height: 254px;
    text-align:center;
}
div#main-content {
    background: url("../images/background-main.gif") repeat; 
    font-family: 'Sanchez', serif;
    background-size: 100%;
    align-content:center;
    text-align:center;
    margin:0;
    position: relative;
    top:-60px;
}
h1#title{
    font-family: 'Great Vibes', cursive;
    font-size: 450%;
    text-align:center;
    align-content:center;
    position: relative;
    top:-60px;
}
a#title{
    color: #000;
    text-decoration: none;
}
div.content {
    width: 742px;
    margin: 2em 0 0 0;
    text-align:left;
    align-content: center;
    position: relative;
    top:-100px;
    left: 142px;
}
img.ornament-download {
    text-align: center;
    margin:10px;
    height:220px;
    width:220px;
}
}
li {
    margin: 2em 0 0 0;
}
input{
    font-size:75%;
}
input[type="text"]{
    width: 50%;
}
textarea[name="comment"]{
    font-size:100%;
    width: 100%;
    height:200px;
    resize: none;
}