<head>
<style type="text/css">

/* CSS - Cascading Style Sheet */
/* Palette color codes */
/* Palette URL: http://paletton.com/#uid=11n150kdoqo6zUE8KEXgRi1lfaC */

/* Feel free to copy&paste color codes to your application */


/* As hex codes */

.color-primary-0 { color: #D2C27A }	
.color-primary-1 { color: #FFF5CB }
.color-primary-2 { color: #FFF2B9 }
.color-primary-3 { color: #908144 }
.color-primary-4 { color: #554A1C }

/* Previous border color was #554A1C; */

img.cover {
    border-radius: 15px;
   border:8px solid #0d084c;
   float:left;
   padding: 0px;
   margin:25px;
}

h1 {
    color: #554A1C;
    text-align: center;
    font-family: "Freight Text", freight, serif;
    font-size: 25px
}

h2 {
    color: #554A1C;
    text-align: center;
    margin-left: 20px;
    font-family: "Freight Text", Times, serif;
    font-size: 32px
}

h3 {
    color: #554A1C;
    text-align:left;
    margin-left: 20px;
    font-family: "Freight Text", Times, serif;
    font-size: 22px
}


p {
    margin-left: 20px;
    font-family: "Freight Text", Times, serif;
    font-size: 20px
}

body {
    background-color: #FFF5CB;
    background-image: url("ballroom.png");
}


/* animated spoiler CSS by Bloggersentral.com */

.spoilerbutton {display:block;margin:5px 0;}
.spoiler {overflow:hidden;background: #FFF5CB;}
.spoiler > div {-webkit-transition: all 0.2s ease;-moz-transition: margin 0.2s ease;-o-transition: all 0.2s ease;transition: margin 0.2s ease;}
.spoilerbutton[value="Display Content Notes (spoilers)"] + .spoiler > div {margin-top:-100%;}
.spoilerbutton[value="Hide"] + .spoiler {padding:5px;} 

</style>
</head>

