/*
Source: 
https://github.com/cran/rmdformats/blob/5ffabb7b3c376e3e6e3166b8188809d1e2205669/inst/templates/readthedown/readthedown.css#L484
*/

img {
  border-radius: 50%;
}

h1 {
	margin: -10px -10px 24px -10px;
	padding-top: 0px;
	padding-left: 10px;
	font-size: 250%;	
	border-radius: 5px; 
	color: white;
	background-color:  #1a237e ;
}

a:hover {
  color: #DF01A5;
}

.toc-active .nav-link.active {
    color: red !important;
    background-color: #F2F2F2;
    font-weight: bold;
}