@import url('https://github.com/j4nty/fonts/Bagnard/Bagnard.css');
@font-face{
   font-family: reenie-beanie;
   src: url(./fonts/reenie-beanie-latin-400-normal.woff)
}

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
   background-color: green;
}

.view {
   background-image: url("./images/outside.png");
   background-size: 100%;
   background-repeat: no-repeat;
   color: #000000;
   font-family: 'Bagnard', 'serif';
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   width:100%;
}

#content {
   width: 25%;
   outline: 1px solid black;
   border-radius: 5px;
   background-color: rgba(46, 132, 115, .9);
   padding: 50px;
   font-family: 'reenie-beanie';
   top: 50px;
}

h1, h2, h3 {
   margin: 5pt;
}

h1 {
   font-size: 20pt;
}

a {
   text-decoration: none;
   color: #b3132f;
}
