body, html{
    height: 100%;
    font-family: 'Roboto', serif;
    font-size: 18px;
}


h1,h2,h3,h4,h5{
    color: #F48327;
}


h2{
	font-size: 1.5rem;
}

.orange{
    color: #F48327;
}

a, a:visited, a:hover{
    color: #F48327;
    text-decoration: none;
}

.linkText{
	margin: 1rem 0;
}

