
body {
	background-color: #3d3c3c;
	color: white;
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	}
	
a {
  color: #6da7de;
}


p.solid {
 border-style: solid;
 border-color: #6da7de;
 border-width: 1px;
 
 width: 900;
 }

