/* styles.css 
   Project: 
   Author: 
   Date: 
	
   Helpful links: 
   	Web colors: 
   		https://en.wikipedia.org/wiki/Web_colors#X11_color_names
	Color picker tool:
		https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Colors/Color_picker_tool
		http://colorpicker.com

*/

#map {
   width: 100vw;
   height:100vh;
   margin: auto;
/*   margin-bottom: 30px;*/
   border: 5px solid white;;
}

.title{
   font-family: 'Montserrat', sans-serif;
   font-weight:bold;
   text-align:center;
}

.type{
   font-family: 'Montserrat', sans-serif;
   text-align:center;
   
}