body {
    font-family: 'Cedarville Cursive';
    height: 100vh;
    background-color: #eeffee;
    margin: 0;
    background: url(./FlowerBorder/FlowerBorderBottomLeftTransparent1100px.png) no-repeat bottom left, url(./FlowerBorder/FlowerBorderTopRightTransparent900px.png) no-repeat #eeffee top right;
}

div.theme {
    text-align: center;
}

    div.theme a {
        color: #009900;
    }

div.contents {
    display: block;
    font-size: 30px;
    text-align: center
}

    div.contents a {
        text-decoration: none;
        color: #009900;
    }

div.carousel {
    display: flex;
}

div.grid-layout {
    height: 100vh;
    display: grid;
    grid-template-columns: 200px auto 200px;
    grid-template-rows: 50px auto
}

div.photo {
    text-align: center;
}

    div.photo img {
        max-width: 100%;
        max-height: 90vh;
        cursor: hand;
    }

a.thumbnail {
    color: #009900;
    text-align: center;
    height: 300px;
    align-content: space-evenly;
    display: block;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

    a.thumbnail img {
        width: 90%;
        border: 0;
    }

    a.thumbnail:hover img {
        width: 100%;
        border: 0;
    }

div.left-sidebar {
    border-right: 2px solid #009900;
    color: #009900;
}

div.right-sidebar {
    border-left: 2px solid #009900;
}

div.button {
    border: 0;
    background-color: transparent;
    color: #009900;
    cursor: hand;
}

div.thumbnail {
    height: 200px;
    width: 400px;
    text-align: center;
    border: 3px solid transparent;
}

    div.thumbnail img {
        max-height: 200px;
    }

    div.thumbnail img {
        border: 0;
    }

        div.thumbnail img:hover {
            border: 2px solid #009900;
        }

div.album {
    display: flex;
    flex-wrap: wrap;
}

div.pages {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #009900;
}

    div.pages a {
        text-decoration: none;
        color: #009900;
    }

h1 {
    text-align: center;
    font-size: 50px;
    color: #009900;
    font-weight: normal;
}

b {
    color: #009900;
    font-size: 25px;
}
