/*!
 * Start Bootstrap - Blog Post (https://startbootstrap.com/template/blog-post)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-blog-post/blob/master/LICENSE)
 */
@font-face {
    font-family: 'mouse_decoregular';
    src: url('fonts/mouse_deco-webfont.woff2') format('woff2'),
         url('fonts/mouse_deco-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 
body {
  padding-top: 6px;
}


p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 0.9em;
}

.bgdiv {
	background-image: url("../img/cover.png"); 
}

h1 {
	font-family: 'mouse_decoregular';
	font-size: 3.5rem;
	text-align: center;

}

h5 {
	font-family: 'mouse_decoregular';
	font-size: 1.1 rem;
	text-align: center;

}


h3 {
	font-family: 'mouse_decoregular';
	font-size: 1.5 rem;
	text-align: center;

}