body {
    background-color: lightpink;
    color: black;
}

h1 {
    font-family: 'Roboto', sans-serif;
    margin-left: 32px;
    margin-top: 24px;
}
h2 {
    font-family: 'Roboto', sans-serif;
    margin-left: 48px;
}
    
p {
	font-family: sans-serif;
    background-color: white;
    text-indent: 32px;
}

li {
	font-family: sans-serif;
	margin-left: 48px;
    list-style-type: none;
}
a:link, a:visited, a:active {
    color: grey;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: underline;
}