
body {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	overflow-y: hidden; /* hides vertical scrollbar*/
    
}


a{
	color: #B4B4B4;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

select {
	outline: none;
    margin-right: 20px;
	overflow: hidden;
	height: 210px;

}
