/* clears default browser css*/
* {
  box-sizing: border-box; /* Makes sizing more predictable */
  margin: 0;
  padding: 0;
}


/*site background*/
body {
    background-image: url(../images/slow-space.gif)
}


.flex-container {
    display:flex;
    align-items: center;
    flex-direction: column;
}

/*general text style rules*/

p, li {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:rgb(111, 213, 254);
    margin-bottom: 10px;
}

a {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 17px;
    color: rgb(223, 241, 243);
    text-shadow: 0 0 5px rgb(92, 128, 246);
    font-weight: bolder;
}

a:hover {
     text-shadow: 0 0 10px rgb(147, 213, 253);
}

h4 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(208, 234, 249);
    padding: 5px;
    line-height: 1.3;
}


/*intro writing*/
.intro {
    background-color: rgb(30, 50, 231);
    width: 720px;
    height: 100px;
    padding: px;
    text-align: center;
    margin-top: 45px;
     margin-bottom: 25px;
     border: 20px solid transparent;
    border-image: url("../images/towel-cloth-napkins-blue-hand-painted-blue-circle-c95f82b99f75a8c5bec4c68d3f00e395.png") 300 round;
    border-image-outset: 20px;
        
}


.insert-book {
    background-color: rgb(0, 0, 0);
    height: 1150px;
    width: 1200px;
    margin-top: 20px;
    border: 3px dotted rgb(6, 36, 119);
    
}



.goback {
    background-color: none;
    margin-top: 20px;
    font-size: 25px;

}

.inline-image {
            vertical-align: middle;
            margin: -5px;
        }

footer h4 {
    margin-top: 20px;
}

/*candles*/

.images {
    margin-top: 50px;
}

.rosecandle {
    position: absolute;
    margin-top: -245px;
    margin-left: -330px;
    z-index: 1;
}

.smallblue {
    position: absolute;
    margin-top: -175px;
    margin-left: -150px;

}

.smallblue2 {
   position: absolute;
   margin-top: -180px;
   margin-left: 190px;
   z-index: 1;
}

.candledish {
   position: absolute;
   margin-top: -175px;
   margin-left: -245px;
}

.candle {
    position: absolute;
    margin-top: -156px;
    margin-left: 50px;
}

.candle2 {
    position: absolute;
    margin-top: -143px;
    margin-left: -90px;
}

.candle3 {
    position: absolute;
    margin-top: -135px;
    margin-left: -175px;
}

.prettycandle {
    position: absolute;
    margin-top: -220px;
    margin-left: 150px;
}

.fancycandle {
    position: absolute;
    margin-top: -285px;
     margin-left: 260px;
}

.orangecandle {
    position: absolute;
    margin-top: -175px;
    margin-left: 230px;
    z-index: 2;
}

