/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 31, 2019, 2:38:37 PM
    Author     : melisssa
*/


figcaption{
    margin: 5px;
    line-height: 100%;
    text-align: center;
    font-size: 2em;
    padding: 10px;
}

/* Container holding the image and the text */
.container {
  position: relative;
}

/* Bottom right text*/
.text-block {
 

  

}

body {
  counter-reset: section;
}

.temp_text:before {
 counter-increment: section;
  content: counter(section);
}

.temp_text{
    font-size: 1.75rem;
    font-family: Arial;
    color: black;
}