@import url('https://fonts.googleapis.com/css2?family=Delius&family=Jua&family=Mynerve&display=swap');

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
html {
    background-color: #f8cbdf;
    background-image: url("img/bg.gif");
    font-size: 16px;
    font-family: "Delius", cursive;
    font-weight: 400;
    font-style: normal;
}
body {
    width: 1000px;
    margin-left: 100px;
}
.content {
    width: 700px;
    margin: auto;
    margin-bottom: 0px;
    border: #000000 solid;
    border-width: 0px 2px;
    background-image: url("img/bg2.gif");
    background-color: #ffffff99;
    background-blend-mode: lighten;
    float: right;
}
header {
    background-image: url("img/banner.png");
    height: 300px;
}

article {
    padding: 15px;
}
article:nth-of-type(even) {
    background-image: url("img/bg.jpg");
    background-color: #ffffff99;
    background-blend-mode: lighten;
}
footer {
    text-align: center;
    border-top: 2px solid #000000;
    height: 250px;
    background-image: url(img/footer.png);
    position: relative;
}
.foottext {
    margin: 38px;
    margin-right: 350px;
    background-color: #ffffff;
    border-width:7px;
    border-style:solid;
    border-image: url("img/lace2.png") 8 fill round;
}

h1 {
    text-align: center;
    padding: 5px;
    color: #449933;
    font-family: "Mynerve", cursive;
    font-weight: 400;
    font-style: normal;
    border-top: 2px solid #000000;
    font-size: 48px;
}
h2 {
    text-align: center;
    padding: 5px;
    color: #ff88cc;
    font-family: "Jua", serif;
    font-weight: 400;
    font-style: normal;
    background-image: url(img/bg.png);
    border: solid #000000;
    border-width: 2px 0px;
    font-size: 32px;
}
h3 {
    text-align: center;
    font-size: 22px;

}

p {
    padding: 10px;
}
a {
    background-color: #ccee88;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    text-decoration: underline dotted;
}
a:hover {
    background-color: #ffffff;
    color: #ff88cc;
    text-decoration: underline dotted;
}

img {
    max-width: 400px;
}
.divider {
    display: block;
    margin: auto;
    padding: 10px;
}
figure {
    display: block;
    text-align: center;
    margin: 10px auto;
    display:table;
    border-width:7px;
    border-style:solid;
    border-image: url("img/lace2.png") 8 fill round;
    font-family: "Mynerve", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.red {
    font-weight: bold;
    color: #ff3355;
}
.blue {
    font-weight: bold;
    color: #5588dd;
}
.green {
    font-weight: bold;
    color: #008811;
}

flex {
    display: flex;
    align-items: center;
    padding: 15px;
}

nav {
    width: 200px;
    background-color: #ffffff;
    border-width:7px;
    border-style:solid;
    border-image: url("img/lace2.png") 8 fill round;
    padding: 10px;
    float: left;
}
nav a {
        display: block;
        border-bottom: 1px dotted #000000;
        text-decoration: none;
        background-color: transparent;
    }
nav ul {
    list-style-type: none;
}
nav ul li {
        background-color: #ffffff;
    }
nav ul li ul li {
        background-color: #ccee88;
}
nav ul li ul li:nth-of-type(even) {
        background-color: #f8cbdf
    }
nav img {
        margin-top: 10px;
    }
nav .title { padding: 5px; font-size: 18px; font-weight: bold; }
.cbox { display: none; }