body {
    margin:0;
    padding:0;
    display: flex;
    background:black;
    color:white;
    overflow: hidden;
font-size:1.5em;

}
#intro,  #meme {
    display:none;
    position:absolute;
    height:100%;
    width:100%;
    /*background-color:white;*/
    text-align:center;
}

#meme img{
   height:90%;
}
.slide {
    text-align:center;
    display:none;
    position:absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 80%;
}

.slide .show {
       display:block;
}

.slide img {
    height:90%;
}
.quote, .slide img {
    transform: translateY(-50%);
    position:relative;
    top:50%;
}
.quote p {
    font-family: 'merriweather';
    font-size: 2em ;
}
.trad {
     font-family: 'merriweather';
    font-size: 1.5em ;
    margin : 1em;
}

.quote span {
    font-family: 'Lobster';
    font-size: 4em ;
}

#chartContainer{
    height: 100%; 
    width: 100%;
    display:none;
    position: absolute;
    /* background:white; */
}
#chartContainer canvas {
    top:4em;
    width:80%
}
#ceremony {
    display:none;
    font-family: 'Lobster';
    font-size: 1.8em ;
    text-align: center;
    padding: 2em;
    height: 100%;
    position: absolute;
    background-color: #fff2ccff;
    color: black;
}
#illness span,
#ceremony span {
 color : red;
}
#speech {
}
#location  {
    
}
#illness, #qrcode{
    font-family: 'Special Elite';
    font-size: 2em ;
    display:none;
    position: absolute;
    width: 100%;
   /* height: 100%;*/
    /* background-color: white; */
    text-align: center;
    padding-top:3em;
}
#qrcode {
padding-top:1em;
}
#qrcode .trad {
    font-size:0.8em;
}
#qrcode img {
    width:40%;
}
pre {
    position:absolute;
    z-index:1000;
    color:grey;
    font-size:0.7em;
}
	
